Html Css Color HEX #ACA802 Citrus

📋 copy color: '#ACA802'

red 172 ◦ green 168 ◦ blue 2

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

Shades of Citrus #ACA802

Tints of Citrus #ACA802

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.12%

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

R = 50.29%
G = 49.12%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#ACA802 (or 0xACA802) is known color: Citrus. HEX triplet: AC, A8 and 02. RGB value is (172,168,2). Sum of RGB (Red+Green+Blue) = 172+168+2=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 168 (66.02% from 255 or 49.12% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA802 is #5357FD. Grayscale: #969696. Windows color (decimal): -5462014 or 174252. OLE color: 174252.

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

Color convert

RGB 172 168 2 -
CMYK 0 0.02 0.99 0.33
HSL 58.59º 0.98% 0.34% -
HSV(B) 58.59º 0.99% 0.67% -
XYZ 31.03 36.78 5.52 -
YUV 150.27 44.33 143.5 -
System Red Green Blue C M Y K H S L
Decimal 172 168 2 0 0.02 0.99 0.33 58.59 0.98 0.34
Hex AC A8 2 0 2 63 21 3B 62 22
Octal 254 250 2 0 2 143 41 73 142 42
Binary 10101100 10101000 10 0 10 1100011 100001 111011 1100010 100010

Color Harmonies of #ACA802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA802

Black with #ACA802

Text Example


Text Example

White with #ACA802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA802; }

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

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

background-color css

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

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

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

border-color css

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

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

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