#acc27d

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

Shades of Caper #ACC27D

Tints of Caper #ACC27D

Color information

#ACC27D (or 0xACC27D) is unknown color: approx Caper. HEX triplet: AC, C2 and 7D. RGB value is (172,194,125). Sum of RGB (Red+Green+Blue) = 172+194+125=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC27D is #533D82. Grayscale: #B3B3B3. Windows color (decimal): -5455235 or 8241836. OLE color: 8241836.

HSL color Cylindrical-coordinate representation of color #ACC27D: hue angle of 79.13º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ACC27D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB172194125-
CMYK0.1100.360.24
HSL79.13º36.13%62.55%-
HSV(B)79.13º35.57%76.08%-
XYZ40.0148.8326.72-
YUV179.5697.21122.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 194 (76.17% from 255) = 39.51%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=35.03%
G=39.51%
B=25.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1721941250.1100.360.2479.1336.1362.55
HexACC27DB024184f243f
Octal25430217513044301174477
Binary1010110011000010111110110110100100110001001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acc27d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acc27d; }

 p { color: rgb(172,194,125); }

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

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

 a { background-color: rgb(172,194,125); }

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

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

 span { border-color: rgb(172,194,125); }

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