#B9CB8D

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

Shades of Caper #B9CB8D

Tints of Caper #B9CB8D

Color information

#B9CB8D (or 0xB9CB8D) is unknown color: approx Caper. HEX triplet: B9, CB and 8D. RGB value is (185,203,141). Sum of RGB (Red+Green+Blue) = 185+203+141=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #B9CB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CB8D is #463472. Grayscale: #BEBEBE. Windows color (decimal): -4600947 or 9292729. OLE color: 9292729.

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

Color convert

RGB185203141-
CMYK0.0900.310.20
HSL77.42º37.35%67.45%-
HSV(B)77.42º30.54%79.61%-
XYZ46.1754.9533.37-
YUV190.55100.04124.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.97%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 141 (55.47% from 255) = 26.65%
R=34.97%
G=38.37%
B=26.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852031410.0900.310.2077.4237.3567.45
HexB9CB8D901F144d2543
Octal271313215110372411545103
Binary10111001110010111000110110010111111010010011011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CB8D; }

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

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

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

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

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

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

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

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