Html Css Color HEX #B9D39B Sprout

📋 copy color: '#B9D39B'

red 185 ◦ green 211 ◦ blue 155

#B9D39B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #B9D39B

Tints of Sprout #B9D39B

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 value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#B9D39B (or 0xB9D39B) is known color: 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

RGB 185 211 155 -
CMYK 0.12 0 0.27 0.17
HSL 87.86º 0.39% 0.72% -
HSV(B) 87.86º 0.27% 0.83% -
XYZ 49.22 59.27 39.86 -
YUV 196.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 185 211 155 0.12 0 0.27 0.17 87.86 0.39 0.72
Hex B9 D3 9B C 0 1B 11 58 27 48
Octal 271 323 233 14 0 33 21 130 47 110
Binary 10111001 11010011 10011011 1100 0 11011 10001 1011000 100111 1001000

Color Harmonies of #B9D39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D39B

Black with #B9D39B

Text Example


Text Example

White with #B9D39B

Text Example


Text Example

HTML Codes & Css Web 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>