#B9C88B

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

Shades of Caper #B9C88B

Tints of Caper #B9C88B

Color information

#B9C88B (or 0xB9C88B) is unknown color: approx Caper. HEX triplet: B9, C8 and 8B. RGB value is (185,200,139). Sum of RGB (Red+Green+Blue) = 185+200+139=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 139 (54.69% from 255 or 26.53% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C88B is #463774. Grayscale: #BCBCBC. Windows color (decimal): -4601717 or 9160889. OLE color: 9160889.

HSL color Cylindrical-coordinate representation of color #B9C88B: hue angle of 74.75º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9C88B is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB185200139-
CMYK0.0800.300.22
HSL74.75º35.67%66.47%-
HSV(B)74.75º30.5%78.43%-
XYZ45.3253.4932.36-
YUV188.56100.03125.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 200 (78.52% from 255) = 38.17%
BLUE value IS 139 (54.69% from 255) = 26.53%
R=35.31%
G=38.17%
B=26.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001390.0800.300.2274.7535.6766.47
HexB9C88B801E164b2442
Octal271310213100362611344102
Binary10111001110010001000101110000111101011010010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C88B; }

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

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

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

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

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

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

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

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