Html Css Color HEX #ADAA02 Citrus

📋 copy color: '#ADAA02'

red 173 ◦ green 170 ◦ blue 2

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

Shades of Citrus #ADAA02

Tints of Citrus #ADAA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.28%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 50.14%
G = 49.28%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADAA02 (or 0xADAA02) is known color: Citrus. HEX triplet: AD, AA and 02. RGB value is (173,170,2). Sum of RGB (Red+Green+Blue) = 173+170+2=345 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.14% from 345); Green value is 170 (66.80% from 255 or 49.28% from 345); Blue value is 2 (1.17% from 255 or 0.58% from 345); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA02 is #5255FD. Grayscale: #989898. Windows color (decimal): -5395966 or 174765. OLE color: 174765.

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

Color convert

RGB 173 170 2 -
CMYK 0 0.02 0.99 0.32
HSL 58.95º 0.98% 0.34% -
HSV(B) 58.95º 0.99% 0.68% -
XYZ 31.62 37.64 5.66 -
YUV 151.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 173 170 2 0 0.02 0.99 0.32 58.95 0.98 0.34
Hex AD AA 2 0 2 63 20 3B 62 22
Octal 255 252 2 0 2 143 40 73 142 42
Binary 10101101 10101010 10 0 10 1100011 100000 111011 1100010 100010

Color Harmonies of #ADAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA02

Black with #ADAA02

Text Example


Text Example

White with #ADAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA02; }

 p { color: rgb(173,170,2); }

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

background-color css

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

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

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

border-color css

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

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

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