#ACCB6D

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

Shades of Caper #ACCB6D

Tints of Caper #ACCB6D

Color information

#ACCB6D (or 0xACCB6D) is unknown color: approx Caper. HEX triplet: AC, CB and 6D. RGB value is (172,203,109). Sum of RGB (Red+Green+Blue) = 172+203+109=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB6D is #533492. Grayscale: #B7B7B7. Windows color (decimal): -5452947 or 7195564. OLE color: 7195564.

HSL color Cylindrical-coordinate representation of color #ACCB6D: hue angle of 79.79º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ACCB6D is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB172203109-
CMYK0.1500.460.20
HSL79.79º47.47%61.18%-
HSV(B)79.79º46.31%79.61%-
XYZ41.1352.5922.45-
YUV183.0286.23120.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.54%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=35.54%
G=41.94%
B=22.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031090.1500.460.2079.7947.4761.18
HexACCB6DF02E14502f3d
Octal25431315517056241205775
Binary1010110011001011110110111110101110101001010000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB6D; }

 p { color: rgb(172,203,109); }

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

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

 a { background-color: rgb(172,203,109); }

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

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

 span { border-color: rgb(172,203,109); }

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