#B9C488

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

Shades of Caper #B9C488

Tints of Caper #B9C488

Color information

#B9C488 (or 0xB9C488) is unknown color: approx Caper. HEX triplet: B9, C4 and 88. RGB value is (185,196,136). Sum of RGB (Red+Green+Blue) = 185+196+136=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 136 (53.52% from 255 or 26.31% from 517); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C488 is #463B77. Grayscale: #BABABA. Windows color (decimal): -4602744 or 8963257. OLE color: 8963257.

HSL color Cylindrical-coordinate representation of color #B9C488: hue angle of 71º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9C488 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB185196136-
CMYK0.0600.310.23
HSL71º33.71%65.1%-
HSV(B)71º30.61%76.86%-
XYZ44.1951.5730.92-
YUV185.8799.86127.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 136 (53.52% from 255) = 26.31%
R=35.78%
G=37.91%
B=26.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1851961360.0600.310.237133.7165.1
HexB9C488601F17472241
Octal27130421060372710742101
Binary1011100111000100100010001100111111011110001111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C488; }

 p { color: rgb(185,196,136); }

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

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

 a { background-color: rgb(185,196,136); }

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

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

 span { border-color: rgb(185,196,136); }

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