#acbc0c

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

Shades of Citrus #ACBC0C

Tints of Citrus #ACBC0C

Color information

#ACBC0C (or 0xACBC0C) is unknown color: approx Citrus. HEX triplet: AC, BC and 0C. RGB value is (172,188,12). Sum of RGB (Red+Green+Blue) = 172+188+12=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0C is #5343F3. Grayscale: #A3A3A3. Windows color (decimal): -5456884 or 834732. OLE color: 834732.

HSL color Cylindrical-coordinate representation of color #ACBC0C: hue angle of 65.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACBC0C is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB17218812-
CMYK0.0900.940.26
HSL65.45º88%39.22%-
HSV(B)65.45º93.62%73.73%-
XYZ35.0644.767.14-
YUV163.1542.7134.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 188 (73.83% from 255) = 50.54%
BLUE value IS 12 (5.08% from 255) = 3.23%
R=46.24%
G=50.54%
B=3.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172188120.0900.940.2665.458839.22
HexACBCC905E1A415827
Octal254274141101363210113047
Binary101011001011110011001001010111101101010000011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acbc0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acbc0c; }

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

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

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

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

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

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

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

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