Html Css Color HEX #ACAA02 Citrus

📋 copy color: '#ACAA02'

red 172 ◦ green 170 ◦ blue 2

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

Shades of Citrus #ACAA02

Tints of Citrus #ACAA02

RGB

 RED value IS 172 (67.58% from 255) = 50%

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

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

R = 50%
G = 49.42%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACAA02 (or 0xACAA02) is known color: Citrus. HEX triplet: AC, AA and 02. RGB value is (172,170,2). Sum of RGB (Red+Green+Blue) = 172+170+2=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAA02 is #5355FD. Grayscale: #989898. Windows color (decimal): -5461502 or 174764. OLE color: 174764.

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

Color convert

RGB 172 170 2 -
CMYK 0 0.01 0.99 0.33
HSL 59.29º 0.98% 0.34% -
HSV(B) 59.29º 0.99% 0.67% -
XYZ 31.4 37.52 5.65 -
YUV 151.45 43.66 142.66 -
System Red Green Blue C M Y K H S L
Decimal 172 170 2 0 0.01 0.99 0.33 59.29 0.98 0.34
Hex AC AA 2 0 1 63 21 3B 62 22
Octal 254 252 2 0 1 143 41 73 142 42
Binary 10101100 10101010 10 0 1 1100011 100001 111011 1100010 100010

Color Harmonies of #ACAA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAA02

Black with #ACAA02

Text Example


Text Example

White with #ACAA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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