#B0B98B

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

Shades of Caper #B0B98B

Tints of Caper #B0B98B

Color information

#B0B98B (or 0xB0B98B) is unknown color: approx Caper. HEX triplet: B0, B9 and 8B. RGB value is (176,185,139). Sum of RGB (Red+Green+Blue) = 176+185+139=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B98B is #4F4674. Grayscale: #B1B1B1. Windows color (decimal): -5195381 or 9157040. OLE color: 9157040.

HSL color Cylindrical-coordinate representation of color #B0B98B: hue angle of 71.74º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0B98B is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB176185139-
CMYK0.0500.250.27
HSL71.74º24.73%63.53%-
HSV(B)71.74º24.86%72.55%-
XYZ39.9145.7931.16-
YUV177.06106.52127.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.2%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 139 (54.69% from 255) = 27.8%
R=35.2%
G=37%
B=27.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851390.0500.250.2771.7424.7363.53
HexB0B98B50191B481940
Octal26027121350313311031100
Binary101100001011100110001011101011001110111001000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B98B; }

 p { color: rgb(176,185,139); }

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

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

 a { background-color: rgb(176,185,139); }

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

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

 span { border-color: rgb(176,185,139); }

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