#B9CA8B

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

Shades of Caper #B9CA8B

Tints of Caper #B9CA8B

Color information

#B9CA8B (or 0xB9CA8B) is unknown color: approx Caper. HEX triplet: B9, CA and 8B. RGB value is (185,202,139). Sum of RGB (Red+Green+Blue) = 185+202+139=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA8B is #463574. Grayscale: #BDBDBD. Windows color (decimal): -4601205 or 9161401. OLE color: 9161401.

HSL color Cylindrical-coordinate representation of color #B9CA8B: hue angle of 76.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9CA8B is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB185202139-
CMYK0.0800.310.21
HSL76.19º37.28%66.86%-
HSV(B)76.19º31.19%79.22%-
XYZ45.7954.4232.52-
YUV189.7499.37124.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 202 (79.30% from 255) = 38.40%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=35.17%
G=38.40%
B=26.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1852021390.0800.310.2176.1937.2866.86
HexB9CA8B801F154c2543
Octal271312213100372511445103
Binary10111001110010101000101110000111111010110011001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CA8B; }

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

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

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

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

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

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

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

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