#B2BF75

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

Shades of Caper #B2BF75

Tints of Caper #B2BF75

Color information

#B2BF75 (or 0xB2BF75) is unknown color: approx Caper. HEX triplet: B2, BF and 75. RGB value is (178,191,117). Sum of RGB (Red+Green+Blue) = 178+191+117=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF75 is #4D408A. Grayscale: #B2B2B2. Windows color (decimal): -5062795 or 7716786. OLE color: 7716786.

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

Color convert

RGB178191117-
CMYK0.0700.390.25
HSL70.54º36.63%60.39%-
HSV(B)70.54º38.74%74.9%-
XYZ40.248.0123.98-
YUV178.6893.19127.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=36.63%
G=39.30%
B=24.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1781911170.0700.390.2570.5436.6360.39
HexB2BF7570271947253c
Octal2622771657047311074574
Binary101100101011111111101011110100111110011000111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BF75; }

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

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

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

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

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

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

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

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