#ACB10C

Color #ACB10C Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #ACB10C

Tints of Citrus #ACB10C

Color information

#ACB10C (or 0xACB10C) is unknown color: approx Citrus. HEX triplet: AC, B1 and 0C. RGB value is (172,177,12). Sum of RGB (Red+Green+Blue) = 172+177+12=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10C is #534EF3. Grayscale: #9D9D9D. Windows color (decimal): -5459700 or 831916. OLE color: 831916.

HSL color Cylindrical-coordinate representation of color #ACB10C: hue angle of 61.82º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB10C is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17217712-
CMYK0.0300.930.31
HSL61.82º87.3%37.06%-
HSV(B)61.82º93.22%69.41%-
XYZ32.840.246.39-
YUV156.746.34138.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 12 (5.08% from 255) = 3.32%
R=47.65%
G=49.03%
B=3.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177120.0300.930.3161.8287.337.06
HexACB1C305D1F3e5725
Octal2542611430135377612745
Binary101011001011000111001101011101111111111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB10C; }

 p { color: rgb(172,177,12); }

 H1.HeaderClassName
 {
   color: #ACB10C;
 }
 .AnyTagClassName
 {
   color: #ACB10C;
 }
</style>
background-color css

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

 a { background-color: rgb(172,177,12); }

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

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

 span { border-color: rgb(172,177,12); }

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