Html Css Color HEX #ADAC02 Citrus

📋 copy color: '#ADAC02'

red 173 ◦ green 172 ◦ blue 2

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

Shades of Citrus #ADAC02

Tints of Citrus #ADAC02

RGB

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

 GREEN value IS 172 (67.58% from 255) = 49.57%

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

R = 49.86%
G = 49.57%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#ADAC02 (or 0xADAC02) is known color: Citrus. HEX triplet: AD, AC and 02. RGB value is (173,172,2). Sum of RGB (Red+Green+Blue) = 173+172+2=347 (45% of max value = 765). Red value is 173 (67.97% from 255 or 49.86% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ADAC02 is #5253FD. Grayscale: #999999. Windows color (decimal): -5395454 or 175277. OLE color: 175277.

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

Color convert

RGB 173 172 2 -
CMYK 0 0.01 0.99 0.32
HSL 59.65º 0.98% 0.34% -
HSV(B) 59.65º 0.99% 0.68% -
XYZ 32 38.39 5.78 -
YUV 152.92 42.83 142.32 -
System Red Green Blue C M Y K H S L
Decimal 173 172 2 0 0.01 0.99 0.32 59.65 0.98 0.34
Hex AD AC 2 0 1 63 20 3C 62 22
Octal 255 254 2 0 1 143 40 74 142 42
Binary 10101101 10101100 10 0 1 1100011 100000 111100 1100010 100010

Color Harmonies of #ADAC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAC02

Black with #ADAC02

Text Example


Text Example

White with #ADAC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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