#B2BF76

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

Shades of Caper #B2BF76

Tints of Caper #B2BF76

Color information

#B2BF76 (or 0xB2BF76) is unknown color: approx Caper. HEX triplet: B2, BF and 76. RGB value is (178,191,118). Sum of RGB (Red+Green+Blue) = 178+191+118=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF76 is #4D4089. Grayscale: #B3B3B3. Windows color (decimal): -5062794 or 7782322. OLE color: 7782322.

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

Color convert

RGB178191118-
CMYK0.0700.380.25
HSL70.68º36.32%60.59%-
HSV(B)70.68º38.22%74.9%-
XYZ40.2648.0324.29-
YUV178.7993.69127.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.55%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=36.55%
G=39.22%
B=24.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911180.0700.380.2570.6836.3260.59
HexB2BF7670261947243d
Octal2622771667046311074475
Binary101100101011111111101101110100110110011000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF76; }

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

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

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

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

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

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

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

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