Html Css Color HEX #ADA904 Citrus

📋 copy color: '#ADA904'

red 173 ◦ green 169 ◦ blue 4

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

Shades of Citrus #ADA904

Tints of Citrus #ADA904

RGB

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

 GREEN value IS 169 (66.41% from 255) = 48.84%

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

R = 50%
G = 48.84%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#ADA904 (or 0xADA904) is known color: Citrus. HEX triplet: AD, A9 and 04. RGB value is (173,169,4). Sum of RGB (Red+Green+Blue) = 173+169+4=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 169 (66.41% from 255 or 48.84% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADA904 is #5256FB. Grayscale: #989898. Windows color (decimal): -5396220 or 305581. OLE color: 305581.

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

Color convert

RGB 173 169 4 -
CMYK 0 0.02 0.98 0.32
HSL 58.58º 0.95% 0.35% -
HSV(B) 58.58º 0.98% 0.68% -
XYZ 31.44 37.27 5.65 -
YUV 151.39 44.83 143.42 -
System Red Green Blue C M Y K H S L
Decimal 173 169 4 0 0.02 0.98 0.32 58.58 0.95 0.35
Hex AD A9 4 0 2 62 20 3B 5F 23
Octal 255 251 4 0 2 142 40 73 137 43
Binary 10101101 10101001 100 0 10 1100010 100000 111011 1011111 100011

Color Harmonies of #ADA904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA904

Black with #ADA904

Text Example


Text Example

White with #ADA904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA904; }

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

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

background-color css

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

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

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

border-color css

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

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

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