#A8CD76

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

Shades of Caper #A8CD76

Tints of Caper #A8CD76

Color information

#A8CD76 (or 0xA8CD76) is unknown color: approx Caper. HEX triplet: A8, CD and 76. RGB value is (168,205,118). Sum of RGB (Red+Green+Blue) = 168+205+118=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CD76 is #573289. Grayscale: #B8B8B8. Windows color (decimal): -5714570 or 7785896. OLE color: 7785896.

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

Color convert

RGB168205118-
CMYK0.1800.420.20
HSL85.52º46.52%63.33%-
HSV(B)85.52º42.44%80.39%-
XYZ41.2553.325.25-
YUV184.0290.74116.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=34.22%
G=41.75%
B=24.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051180.1800.420.2085.5246.5263.33
HexA8CD761202A14562f3f
Octal25031516622052241265777
Binary10101000110011011110110100100101010101001010110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD76; }

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

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

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

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

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

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

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

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