#B2CB7F

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

Shades of Caper #B2CB7F

Tints of Caper #B2CB7F

Color information

#B2CB7F (or 0xB2CB7F) is unknown color: approx Caper. HEX triplet: B2, CB and 7F. RGB value is (178,203,127). Sum of RGB (Red+Green+Blue) = 178+203+127=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB7F is #4D3480. Grayscale: #BBBBBB. Windows color (decimal): -5059713 or 8375218. OLE color: 8375218.

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

Color convert

RGB178203127-
CMYK0.1200.370.20
HSL79.74º42.22%64.71%-
HSV(B)79.74º37.44%79.61%-
XYZ43.5553.7128.15-
YUV186.8694.22121.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 203 (79.69% from 255) = 39.96%
BLUE value IS 127 (50% from 255) = 25%
R=35.04%
G=39.96%
B=25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1782031270.1200.370.2079.7442.2264.71
HexB2CB7FC02514502a41
Octal262313177140452412052101
Binary10110010110010111111111110001001011010010100001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CB7F; }

 p { color: rgb(178,203,127); }

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

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

 a { background-color: rgb(178,203,127); }

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

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

 span { border-color: rgb(178,203,127); }

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