Html Css Color HEX #ADA603 Citrus

📋 copy color: '#ADA603'

red 173 ◦ green 166 ◦ blue 3

#ADA603
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #ADA603

Tints of Citrus #ADA603

RGB

 RED value IS 173 (67.97% from 255) = 50.58%

 GREEN value IS 166 (65.23% from 255) = 48.54%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 50.58%
G = 48.54%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ADA603 (or 0xADA603) is known color: Citrus. HEX triplet: AD, A6 and 03. RGB value is (173,166,3). Sum of RGB (Red+Green+Blue) = 173+166+3=342 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.58% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA603 is #5259FC. Grayscale: #969696. Windows color (decimal): -5396989 or 239277. OLE color: 239277.

HSL color Cylindrical-coordinate representation of color #ADA603: hue angle of 57.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADA603 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 3 -
CMYK 0 0.04 0.98 0.32
HSL 57.53º 0.97% 0.35% -
HSV(B) 57.53º 0.98% 0.68% -
XYZ 30.89 36.16 5.44 -
YUV 149.51 45.32 144.75 -
System Red Green Blue C M Y K H S L
Decimal 173 166 3 0 0.04 0.98 0.32 57.53 0.97 0.35
Hex AD A6 3 0 4 62 20 3A 61 23
Octal 255 246 3 0 4 142 40 72 141 43
Binary 10101101 10100110 11 0 100 1100010 100000 111010 1100001 100011

Color Harmonies of #ADA603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA603

Black with #ADA603

Text Example


Text Example

White with #ADA603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA603; }

 p { color: rgb(173,166,3); }

 H1.HeaderClassName
 {
   color: #ADA603;
 }
 .AnyTagClassName
 {
   color: #ADA603;
 }
</style>

background-color css

<style>
 a { background-color: #ADA603; }

 a { background-color: rgb(173,166,3); }

 div.DivClassName
 {
   background-color: #ADA603;
 }
 .BgClassName
 {
   background-color: #ADA603;
 }
</style>

border-color css

<style>
 span { border-color: #ADA603; }

 span { border-color: rgb(173,166,3); }

 td.TdClassName
 {
   border-color: #ADA603;
 }
 .TagClassName
 {
   border-color: #ADA603;
 }
</style>