#B0BF92

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

Shades of Caper #B0BF92

Tints of Caper #B0BF92

Color information

#B0BF92 (or 0xB0BF92) is unknown color: approx Caper. HEX triplet: B0, BF and 92. RGB value is (176,191,146). Sum of RGB (Red+Green+Blue) = 176+191+146=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF92 is #4F406D. Grayscale: #B5B5B5. Windows color (decimal): -5193838 or 9617328. OLE color: 9617328.

HSL color Cylindrical-coordinate representation of color #B0BF92: hue angle of 80º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0BF92 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB176191146-
CMYK0.0800.240.25
HSL80º26.01%66.08%-
HSV(B)80º23.56%74.9%-
XYZ41.7248.5734.37-
YUV181.38108.03124.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.31%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 146 (57.42% from 255) = 28.46%
R=34.31%
G=37.23%
B=28.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761911460.0800.240.258026.0166.08
HexB0BF92801819501a42
Octal260277222100303112032102
Binary1011000010111111100100101000011000110011010000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF92; }

 p { color: rgb(176,191,146); }

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

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

 a { background-color: rgb(176,191,146); }

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

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

 span { border-color: rgb(176,191,146); }

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