#B2C47C

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

Shades of Caper #B2C47C

Tints of Caper #B2C47C

Color information

#B2C47C (or 0xB2C47C) is unknown color: approx Caper. HEX triplet: B2, C4 and 7C. RGB value is (178,196,124). Sum of RGB (Red+Green+Blue) = 178+196+124=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 124 (48.83% from 255 or 24.90% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #B2C47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C47C is #4D3B83. Grayscale: #B6B6B6. Windows color (decimal): -5061508 or 8176818. OLE color: 8176818.

HSL color Cylindrical-coordinate representation of color #B2C47C: hue angle of 75º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2C47C is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB178196124-
CMYK0.0900.370.23
HSL75º37.89%62.75%-
HSV(B)75º36.73%76.86%-
XYZ41.7450.426.6-
YUV182.4195.04124.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.74%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 124 (48.83% from 255) = 24.90%
R=35.74%
G=39.36%
B=24.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1781961240.0900.370.237537.8962.75
HexB2C47C9025174b263f
Octal26230417411045271134677
Binary1011001011000100111110010010100101101111001011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C47C; }

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

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

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

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

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

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

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

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