#B2BF72

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

Shades of Caper #B2BF72

Tints of Caper #B2BF72

Color information

#B2BF72 (or 0xB2BF72) is unknown color: approx Caper. HEX triplet: B2, BF and 72. RGB value is (178,191,114). Sum of RGB (Red+Green+Blue) = 178+191+114=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF72 is #4D408D. Grayscale: #B2B2B2. Windows color (decimal): -5062798 or 7520178. OLE color: 7520178.

HSL color Cylindrical-coordinate representation of color #B2BF72: hue angle of 70.13º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2BF72 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB178191114-
CMYK0.0700.400.25
HSL70.13º37.56%59.8%-
HSV(B)70.13º40.31%74.9%-
XYZ40.0347.9423.06-
YUV178.3491.69127.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 114 (44.92% from 255) = 23.60%
R=36.85%
G=39.54%
B=23.60%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911140.0700.400.2570.1337.5659.8
HexB2BF7270281946263c
Octal2622771627050311064674
Binary101100101011111111100101110101000110011000110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF72; }

 p { color: rgb(178,191,114); }

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

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

 a { background-color: rgb(178,191,114); }

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

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

 span { border-color: rgb(178,191,114); }

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