#B9D085

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

Shades of Caper #B9D085

Tints of Caper #B9D085

Color information

#B9D085 (or 0xB9D085) is unknown color: approx Caper. HEX triplet: B9, D0 and 85. RGB value is (185,208,133). Sum of RGB (Red+Green+Blue) = 185+208+133=526 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.17% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D085 is #462F7A. Grayscale: #C0C0C0. Windows color (decimal): -4599675 or 8769721. OLE color: 8769721.

HSL color Cylindrical-coordinate representation of color #B9D085: hue angle of 78.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B9D085 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB185208133-
CMYK0.1100.360.18
HSL78.4º44.38%66.86%-
HSV(B)78.4º36.06%81.57%-
XYZ46.857.1230.75-
YUV192.5794.38122.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.17%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 133 (52.34% from 255) = 25.29%
R=35.17%
G=39.54%
B=25.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852081330.1100.360.1878.444.3866.86
HexB9D085B024124e2c43
Octal271320205130442211654103
Binary101110011101000010000101101101001001001010011101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D085; }

 p { color: rgb(185,208,133); }

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

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

 a { background-color: rgb(185,208,133); }

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

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

 span { border-color: rgb(185,208,133); }

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