#A8CB76

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

Shades of Caper #A8CB76

Tints of Caper #A8CB76

Color information

#A8CB76 (or 0xA8CB76) is unknown color: approx Caper. HEX triplet: A8, CB and 76. RGB value is (168,203,118). Sum of RGB (Red+Green+Blue) = 168+203+118=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB76 is #573489. Grayscale: #B7B7B7. Windows color (decimal): -5715082 or 7785384. OLE color: 7785384.

HSL color Cylindrical-coordinate representation of color #A8CB76: hue angle of 84.71º 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 #A8CB76 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB168203118-
CMYK0.1700.420.20
HSL84.71º44.97%62.94%-
HSV(B)84.71º41.87%79.61%-
XYZ40.7752.3425.09-
YUV182.8491.4117.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.36%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 118 (46.48% from 255) = 24.13%
R=34.36%
G=41.51%
B=24.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682031180.1700.420.2084.7144.9762.94
HexA8CB761102A14552d3f
Octal25031316621052241255577
Binary10101000110010111110110100010101010101001010101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CB76; }

 p { color: rgb(168,203,118); }

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

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

 a { background-color: rgb(168,203,118); }

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

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

 span { border-color: rgb(168,203,118); }

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