Html Css Color HEX #ACA902 Citrus

📋 copy color: '#ACA902'

red 172 ◦ green 169 ◦ blue 2

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

Shades of Citrus #ACA902

Tints of Citrus #ACA902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.27%

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

R = 50.15%
G = 49.27%
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

#ACA902 (or 0xACA902) is known color: Citrus. HEX triplet: AC, A9 and 02. RGB value is (172,169,2). Sum of RGB (Red+Green+Blue) = 172+169+2=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA902 is #5356FD. Grayscale: #979797. Windows color (decimal): -5461758 or 174508. OLE color: 174508.

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

Color convert

RGB 172 169 2 -
CMYK 0 0.02 0.99 0.33
HSL 58.94º 0.98% 0.34% -
HSV(B) 58.94º 0.99% 0.67% -
XYZ 31.21 37.15 5.58 -
YUV 150.86 43.99 143.08 -
System Red Green Blue C M Y K H S L
Decimal 172 169 2 0 0.02 0.99 0.33 58.94 0.98 0.34
Hex AC A9 2 0 2 63 21 3B 62 22
Octal 254 251 2 0 2 143 41 73 142 42
Binary 10101100 10101001 10 0 10 1100011 100001 111011 1100010 100010

Color Harmonies of #ACA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA902

Black with #ACA902

Text Example


Text Example

White with #ACA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA902; }

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

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

background-color css

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

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

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

border-color css

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

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

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