#B9C88A

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

Shades of Caper #B9C88A

Tints of Caper #B9C88A

Color information

#B9C88A (or 0xB9C88A) is unknown color: approx Caper. HEX triplet: B9, C8 and 8A. RGB value is (185,200,138). Sum of RGB (Red+Green+Blue) = 185+200+138=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 200 - color contains mainly: green. Hex color #B9C88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C88A is #463775. Grayscale: #BCBCBC. Windows color (decimal): -4601718 or 9095353. OLE color: 9095353.

HSL color Cylindrical-coordinate representation of color #B9C88A: hue angle of 74.52º 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 #B9C88A is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB185200138-
CMYK0.0800.310.22
HSL74.52º36.05%66.27%-
HSV(B)74.52º31%78.43%-
XYZ45.2553.4631.98-
YUV188.4599.53125.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 200 (78.52% from 255) = 38.24%
BLUE value IS 138 (54.30% from 255) = 26.39%
R=35.37%
G=38.24%
B=26.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1852001380.0800.310.2274.5236.0566.27
HexB9C88A801F164b2442
Octal271310212100372611344102
Binary10111001110010001000101010000111111011010010111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C88A; }

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

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

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

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

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

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

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

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