#B2C97F

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

Shades of Caper #B2C97F

Tints of Caper #B2C97F

Color information

#B2C97F (or 0xB2C97F) is unknown color: approx Caper. HEX triplet: B2, C9 and 7F. RGB value is (178,201,127). Sum of RGB (Red+Green+Blue) = 178+201+127=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C97F is #4D3680. Grayscale: #B9B9B9. Windows color (decimal): -5060225 or 8374706. OLE color: 8374706.

HSL color Cylindrical-coordinate representation of color #B2C97F: hue angle of 78.65º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2C97F is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB178201127-
CMYK0.1100.370.21
HSL78.65º40.66%64.31%-
HSV(B)78.65º36.82%78.82%-
XYZ43.0852.7727.99-
YUV185.6994.88122.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 201 (78.91% from 255) = 39.72%
BLUE value IS 127 (50% from 255) = 25.10%
R=35.18%
G=39.72%
B=25.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1782011270.1100.370.2178.6540.6664.31
HexB2C97FB025154f2940
Octal262311177130452511751100
Binary10110010110010011111111101101001011010110011111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C97F; }

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

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

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

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

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

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

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

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