#B1B98D

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

Shades of Caper #B1B98D

Tints of Caper #B1B98D

Color information

#B1B98D (or 0xB1B98D) is unknown color: approx Caper. HEX triplet: B1, B9 and 8D. RGB value is (177,185,141). Sum of RGB (Red+Green+Blue) = 177+185+141=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B98D is #4E4672. Grayscale: #B1B1B1. Windows color (decimal): -5129843 or 9288113. OLE color: 9288113.

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

Color convert

RGB177185141-
CMYK0.0400.240.27
HSL70.91º23.91%63.92%-
HSV(B)70.91º23.78%72.55%-
XYZ40.2945.9731.95-
YUV177.59107.35127.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=35.19%
G=36.78%
B=28.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771851410.0400.240.2770.9123.9163.92
HexB1B98D40181B471840
Octal26127121540303310730100
Binary101100011011100110001101100011000110111000111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B98D; }

 p { color: rgb(177,185,141); }

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

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

 a { background-color: rgb(177,185,141); }

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

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

 span { border-color: rgb(177,185,141); }

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