Html Css Color HEX #ADAA03 Citrus

📋 copy color: '#ADAA03'

red 173 ◦ green 170 ◦ blue 3

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

Shades of Citrus #ADAA03

Tints of Citrus #ADAA03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 50%
G = 49.13%
B = 0.87%

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

#ADAA03 (or 0xADAA03) is known color: Citrus. HEX triplet: AD, AA and 03. RGB value is (173,170,3). Sum of RGB (Red+Green+Blue) = 173+170+3=346 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 3 (1.56% from 255 or 0.87% from 346); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAA03 is #5255FC. Grayscale: #989898. Windows color (decimal): -5395965 or 240301. OLE color: 240301.

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

Color convert

RGB 173 170 3 -
CMYK 0 0.02 0.98 0.32
HSL 58.94º 0.97% 0.35% -
HSV(B) 58.94º 0.98% 0.68% -
XYZ 31.62 37.64 5.68 -
YUV 151.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 173 170 3 0 0.02 0.98 0.32 58.94 0.97 0.35
Hex AD AA 3 0 2 62 20 3B 61 23
Octal 255 252 3 0 2 142 40 73 141 43
Binary 10101101 10101010 11 0 10 1100010 100000 111011 1100001 100011

Color Harmonies of #ADAA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAA03

Black with #ADAA03

Text Example


Text Example

White with #ADAA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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