#B2C27D

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

Shades of Caper #B2C27D

Tints of Caper #B2C27D

Color information

#B2C27D (or 0xB2C27D) is unknown color: approx Caper. HEX triplet: B2, C2 and 7D. RGB value is (178,194,125). Sum of RGB (Red+Green+Blue) = 178+194+125=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C27D is #4D3D82. Grayscale: #B5B5B5. Windows color (decimal): -5062019 or 8241842. OLE color: 8241842.

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

Color convert

RGB178194125-
CMYK0.0800.360.24
HSL73.91º36.13%62.55%-
HSV(B)73.91º35.57%76.08%-
XYZ41.3549.5326.78-
YUV181.3596.2125.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 194 (76.17% from 255) = 39.03%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=35.81%
G=39.03%
B=25.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781941250.0800.360.2473.9136.1362.55
HexB2C27D8024184a243f
Octal26230217510044301124477
Binary1011001011000010111110110000100100110001001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C27D; }

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

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

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

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

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

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

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

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