#B0B980

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

Shades of Caper #B0B980

Tints of Caper #B0B980

Color information

#B0B980 (or 0xB0B980) is unknown color: approx Caper. HEX triplet: B0, B9 and 80. RGB value is (176,185,128). Sum of RGB (Red+Green+Blue) = 176+185+128=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B980 is #4F467F. Grayscale: #B0B0B0. Windows color (decimal): -5195392 or 8436144. OLE color: 8436144.

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

Color convert

RGB176185128-
CMYK0.0500.310.27
HSL69.47º28.93%61.37%-
HSV(B)69.47º30.81%72.55%-
XYZ39.1545.4927.14-
YUV175.81101.02128.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=35.99%
G=37.83%
B=26.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761851280.0500.310.2769.4728.9361.37
HexB0B980501F1B451d3d
Octal2602712005037331053575
Binary10110000101110011000000010101111111011100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B980; }

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

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

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

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

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

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

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

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