#B2CD76

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

Shades of Caper #B2CD76

Tints of Caper #B2CD76

Color information

#B2CD76 (or 0xB2CD76) is unknown color: approx Caper. HEX triplet: B2, CD and 76. RGB value is (178,205,118). Sum of RGB (Red+Green+Blue) = 178+205+118=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CD76 is #4D3289. Grayscale: #BBBBBB. Windows color (decimal): -5059210 or 7785906. OLE color: 7785906.

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

Color convert

RGB178205118-
CMYK0.1300.420.20
HSL78.62º46.52%63.33%-
HSV(B)78.62º42.44%80.39%-
XYZ43.4654.4425.36-
YUV187.0189.05121.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 118 (46.48% from 255) = 23.55%
R=35.53%
G=40.92%
B=23.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782051180.1300.420.2078.6246.5263.33
HexB2CD76D02A144f2f3f
Octal26231516615052241175777
Binary1011001011001101111011011010101010101001001111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CD76; }

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

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

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

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

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

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

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

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