#B9D39B

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

Shades of Sprout #B9D39B

Tints of Sprout #B9D39B

Color information

#B9D39B (or 0xB9D39B) is unknown color: approx Sprout. HEX triplet: B9, D3 and 9B. RGB value is (185,211,155). Sum of RGB (Red+Green+Blue) = 185+211+155=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 211 - color contains mainly: green. Hex color #B9D39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D39B is #462C64. Grayscale: #C5C5C5. Windows color (decimal): -4598885 or 10212281. OLE color: 10212281.

HSL color Cylindrical-coordinate representation of color #B9D39B: hue angle of 87.86º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9D39B is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB185211155-
CMYK0.1200.270.17
HSL87.86º38.89%71.76%-
HSV(B)87.86º26.54%82.75%-
XYZ49.2259.2739.86-
YUV196.84104.39119.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.58%
GREEN value IS 211 (82.81% from 255) = 38.29%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=33.58%
G=38.29%
B=28.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852111550.1200.270.1787.8638.8971.76
HexB9D39BC01B11582748
Octal271323233140332113047110
Binary10111001110100111001101111000110111000110110001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D39B; }

 p { color: rgb(185,211,155); }

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

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

 a { background-color: rgb(185,211,155); }

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

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

 span { border-color: rgb(185,211,155); }

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