#ACCB75

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

Shades of Caper #ACCB75

Tints of Caper #ACCB75

Color information

#ACCB75 (or 0xACCB75) is unknown color: approx Caper. HEX triplet: AC, CB and 75. RGB value is (172,203,117). Sum of RGB (Red+Green+Blue) = 172+203+117=492 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.96% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCB75 is #53348A. Grayscale: #B8B8B8. Windows color (decimal): -5452939 or 7719852. OLE color: 7719852.

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

Color convert

RGB172203117-
CMYK0.1500.420.20
HSL81.63º45.26%62.75%-
HSV(B)81.63º42.36%79.61%-
XYZ41.5852.7724.82-
YUV183.9390.23119.49-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.96%
GREEN value IS 203 (79.69% from 255) = 41.26%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=34.96%
G=41.26%
B=23.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1722031170.1500.420.2081.6345.2662.75
HexACCB75F02A14522d3f
Octal25431316517052241225577
Binary1010110011001011111010111110101010101001010010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCB75; }

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

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

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

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

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

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

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

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