Html Css Color HEX #ADAD09 Citrus

📋 copy color: '#ADAD09'

red 173 ◦ green 173 ◦ blue 9

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

Shades of Citrus #ADAD09

Tints of Citrus #ADAD09

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.73%

 BLUE value IS 9 (3.91% from 255) = 2.54%

R = 48.73%
G = 48.73%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#ADAD09 (or 0xADAD09) is known color: Citrus. HEX triplet: AD, AD and 09. RGB value is (173,173,9). Sum of RGB (Red+Green+Blue) = 173+173+9=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 9 (3.91% from 255 or 2.54% from 355); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD09 is #5252F6. Grayscale: #9A9A9A. Windows color (decimal): -5395191 or 634285. OLE color: 634285.

HSL color Cylindrical-coordinate representation of color #ADAD09: hue angle of 60º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADAD09 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 173 9 -
CMYK 0 0 0.95 0.32
HSL 60º 0.9% 0.36% -
HSV(B) 60º 0.95% 0.68% -
XYZ 32.23 38.79 6.05 -
YUV 154.3 46 141.34 -
System Red Green Blue C M Y K H S L
Decimal 173 173 9 0 0 0.95 0.32 60 0.9 0.36
Hex AD AD 9 0 0 5F 20 3C 5A 24
Octal 255 255 11 0 0 137 40 74 132 44
Binary 10101101 10101101 1001 0 0 1011111 100000 111100 1011010 100100

Color Harmonies of #ADAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD09

Black with #ADAD09

Text Example


Text Example

White with #ADAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD09; }

 p { color: rgb(173,173,9); }

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

background-color css

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

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

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

border-color css

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

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

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