#ACBC6F

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

Shades of Caper #ACBC6F

Tints of Caper #ACBC6F

Color information

#ACBC6F (or 0xACBC6F) is unknown color: approx Caper. HEX triplet: AC, BC and 6F. RGB value is (172,188,111). Sum of RGB (Red+Green+Blue) = 172+188+111=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBC6F is #534390. Grayscale: #AEAEAE. Windows color (decimal): -5456785 or 7322796. OLE color: 7322796.

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

Color convert

RGB172188111-
CMYK0.0900.410.26
HSL72.47º36.49%58.63%-
HSV(B)72.47º40.96%73.73%-
XYZ37.8745.8821.9-
YUV174.4492.2126.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=36.52%
G=39.92%
B=23.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721881110.0900.410.2672.4736.4958.63
HexACBC6F90291A48243b
Octal25427415711051321104473
Binary1010110010111100110111110010101001110101001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBC6F; }

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

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

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

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

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

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

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

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