#B0BB73

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

Shades of Caper #B0BB73

Tints of Caper #B0BB73

Color information

#B0BB73 (or 0xB0BB73) is unknown color: approx Caper. HEX triplet: B0, BB and 73. RGB value is (176,187,115). Sum of RGB (Red+Green+Blue) = 176+187+115=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BB73 is #4F448C. Grayscale: #AFAFAF. Windows color (decimal): -5194893 or 7584688. OLE color: 7584688.

HSL color Cylindrical-coordinate representation of color #B0BB73: hue angle of 69.17º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0BB73 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB176187115-
CMYK0.0600.390.27
HSL69.17º34.62%59.22%-
HSV(B)69.17º38.5%73.33%-
XYZ38.7746.0123.06-
YUV175.593.86128.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.82%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 115 (45.31% from 255) = 24.06%
R=36.82%
G=39.12%
B=24.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871150.0600.390.2769.1734.6259.22
HexB0BB7360271B45233b
Octal2602731636047331054373
Binary101100001011101111100111100100111110111000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BB73; }

 p { color: rgb(176,187,115); }

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

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

 a { background-color: rgb(176,187,115); }

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

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

 span { border-color: rgb(176,187,115); }

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