Html Css Color HEX #ADAD06 Citrus

📋 copy color: '#ADAD06'

red 173 ◦ green 173 ◦ blue 6

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

Shades of Citrus #ADAD06

Tints of Citrus #ADAD06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.7%

R = 49.15%
G = 49.15%
B = 1.7%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#ADAD06 (or 0xADAD06) is known color: Citrus. HEX triplet: AD, AD and 06. RGB value is (173,173,6). Sum of RGB (Red+Green+Blue) = 173+173+6=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 6 (2.73% from 255 or 1.70% from 352); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAD06 is #5252F9. Grayscale: #9A9A9A. Windows color (decimal): -5395194 or 437677. OLE color: 437677.

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

Color convert

RGB 173 173 6 -
CMYK 0 0 0.97 0.32
HSL 60º 0.93% 0.35% -
HSV(B) 60º 0.97% 0.68% -
XYZ 32.21 38.78 5.96 -
YUV 153.96 44.5 141.58 -
System Red Green Blue C M Y K H S L
Decimal 173 173 6 0 0 0.97 0.32 60 0.93 0.35
Hex AD AD 6 0 0 61 20 3C 5D 23
Octal 255 255 6 0 0 141 40 74 135 43
Binary 10101101 10101101 110 0 0 1100001 100000 111100 1011101 100011

Color Harmonies of #ADAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAD06

Black with #ADAD06

Text Example


Text Example

White with #ADAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAD06; }

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

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

background-color css

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

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

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

border-color css

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

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

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