#B2C27E

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

Shades of Caper #B2C27E

Tints of Caper #B2C27E

Color information

#B2C27E (or 0xB2C27E) is unknown color: approx Caper. HEX triplet: B2, C2 and 7E. RGB value is (178,194,126). Sum of RGB (Red+Green+Blue) = 178+194+126=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C27E is #4D3D81. Grayscale: #B5B5B5. Windows color (decimal): -5062018 or 8307378. OLE color: 8307378.

HSL color Cylindrical-coordinate representation of color #B2C27E: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2C27E is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB178194126-
CMYK0.0800.350.24
HSL74.12º35.79%62.75%-
HSV(B)74.12º35.05%76.08%-
XYZ41.4249.5527.12-
YUV181.4696.7125.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 194 (76.17% from 255) = 38.96%
BLUE value IS 126 (49.61% from 255) = 25.30%
R=35.74%
G=38.96%
B=25.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941260.0800.350.2474.1235.7962.75
HexB2C27E8023184a243f
Octal26230217610043301124477
Binary1011001011000010111111010000100011110001001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C27E; }

 p { color: rgb(178,194,126); }

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

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

 a { background-color: rgb(178,194,126); }

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

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

 span { border-color: rgb(178,194,126); }

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