#B9D885

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

Shades of Sulu #B9D885

Tints of Sulu #B9D885

Color information

#B9D885 (or 0xB9D885) is unknown color: approx Sulu. HEX triplet: B9, D8 and 85. RGB value is (185,216,133). Sum of RGB (Red+Green+Blue) = 185+216+133=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 133 (52.34% from 255 or 24.91% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D885 is #46277A. Grayscale: #C5C5C5. Windows color (decimal): -4597627 or 8771769. OLE color: 8771769.

HSL color Cylindrical-coordinate representation of color #B9D885: hue angle of 82.41º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9D885 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB185216133-
CMYK0.1400.380.15
HSL82.41º51.55%68.43%-
HSV(B)82.41º38.43%84.71%-
XYZ48.861.1231.42-
YUV197.2791.73119.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.64%
GREEN value IS 216 (84.77% from 255) = 40.45%
BLUE value IS 133 (52.34% from 255) = 24.91%
R=34.64%
G=40.45%
B=24.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1852161330.1400.380.1582.4151.5568.43
HexB9D885E026F523444
Octal271330205160461712264104
Binary10111001110110001000010111100100110111110100101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D885; }

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

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

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

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

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

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

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

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