#B2C37C

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

Shades of Caper #B2C37C

Tints of Caper #B2C37C

Color information

#B2C37C (or 0xB2C37C) is unknown color: approx Caper. HEX triplet: B2, C3 and 7C. RGB value is (178,195,124). Sum of RGB (Red+Green+Blue) = 178+195+124=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 124 (48.83% from 255 or 24.95% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C37C is #4D3C83. Grayscale: #B6B6B6. Windows color (decimal): -5061764 or 8176562. OLE color: 8176562.

HSL color Cylindrical-coordinate representation of color #B2C37C: hue angle of 74.37º degrees, saturation: 0.37, 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 #B2C37C is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB178195124-
CMYK0.0900.360.24
HSL74.37º37.17%62.55%-
HSV(B)74.37º36.41%76.47%-
XYZ41.5149.9526.52-
YUV181.8295.37125.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 195 (76.56% from 255) = 39.24%
BLUE value IS 124 (48.83% from 255) = 24.95%
R=35.81%
G=39.24%
B=24.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781951240.0900.360.2474.3737.1762.55
HexB2C37C9024184a253f
Octal26230317411044301124577
Binary1011001011000011111110010010100100110001001010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C37C; }

 p { color: rgb(178,195,124); }

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

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

 a { background-color: rgb(178,195,124); }

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

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

 span { border-color: rgb(178,195,124); }

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