Html Css Color HEX #ADA804 Citrus

📋 copy color: '#ADA804'

red 173 ◦ green 168 ◦ blue 4

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

Shades of Citrus #ADA804

Tints of Citrus #ADA804

RGB

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

 GREEN value IS 168 (66.02% from 255) = 48.7%

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 50.14%
G = 48.7%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA804 (or 0xADA804) is known color: Citrus. HEX triplet: AD, A8 and 04. RGB value is (173,168,4). Sum of RGB (Red+Green+Blue) = 173+168+4=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 168 (66.02% from 255 or 48.70% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA804 is #5257FB. Grayscale: #979797. Windows color (decimal): -5396476 or 305325. OLE color: 305325.

HSL color Cylindrical-coordinate representation of color #ADA804: hue angle of 58.22º degrees, saturation: 0.95, 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 #ADA804 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 168 4 -
CMYK 0 0.03 0.98 0.32
HSL 58.22º 0.95% 0.35% -
HSV(B) 58.22º 0.98% 0.68% -
XYZ 31.26 36.9 5.59 -
YUV 150.8 45.16 143.84 -
System Red Green Blue C M Y K H S L
Decimal 173 168 4 0 0.03 0.98 0.32 58.22 0.95 0.35
Hex AD A8 4 0 3 62 20 3A 5F 23
Octal 255 250 4 0 3 142 40 72 137 43
Binary 10101101 10101000 100 0 11 1100010 100000 111010 1011111 100011

Color Harmonies of #ADA804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA804

Black with #ADA804

Text Example


Text Example

White with #ADA804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA804; }

 p { color: rgb(173,168,4); }

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

background-color css

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

 a { background-color: rgb(173,168,4); }

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

border-color css

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

 span { border-color: rgb(173,168,4); }

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