#ACC36B

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

Shades of Caper #ACC36B

Tints of Caper #ACC36B

Color information

#ACC36B (or 0xACC36B) is unknown color: approx Caper. HEX triplet: AC, C3 and 6B. RGB value is (172,195,107). Sum of RGB (Red+Green+Blue) = 172+195+107=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC36B is #533C94. Grayscale: #B2B2B2. Windows color (decimal): -5454997 or 7062444. OLE color: 7062444.

HSL color Cylindrical-coordinate representation of color #ACC36B: hue angle of 75.68º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ACC36B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB172195107-
CMYK0.1200.450.24
HSL75.68º42.31%59.22%-
HSV(B)75.68º45.13%76.47%-
XYZ39.1848.8621.28-
YUV178.0987.88123.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 195 (76.56% from 255) = 41.14%
BLUE value IS 107 (42.19% from 255) = 22.57%
R=36.29%
G=41.14%
B=22.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721951070.1200.450.2475.6842.3159.22
HexACC36BC02D184c2a3b
Octal25430315314055301145273
Binary1010110011000011110101111000101101110001001100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC36B; }

 p { color: rgb(172,195,107); }

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

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

 a { background-color: rgb(172,195,107); }

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

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

 span { border-color: rgb(172,195,107); }

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