Html Css Color HEX #B9DB91 Sprout

📋 copy color: '#B9DB91'

red 185 ◦ green 219 ◦ blue 145

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

Shades of Sprout #B9DB91

Tints of Sprout #B9DB91

RGB

 RED value IS 185 (72.66% from 255) = 33.7%

 GREEN value IS 219 (85.94% from 255) = 39.89%

 BLUE value IS 145 (57.03% from 255) = 26.41%

R = 33.7%
G = 39.89%
B = 26.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#B9DB91 (or 0xB9DB91) is known color: Sprout. HEX triplet: B9, DB and 91. RGB value is (185,219,145). Sum of RGB (Red+Green+Blue) = 185+219+145=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DB91 is #46246E. Grayscale: #C8C8C8. Windows color (decimal): -4596847 or 9558969. OLE color: 9558969.

HSL color Cylindrical-coordinate representation of color #B9DB91: hue angle of 87.57º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9DB91 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 219 145 -
CMYK 0.16 0 0.34 0.14
HSL 87.57º 0.51% 0.71% -
HSV(B) 87.57º 0.34% 0.86% -
XYZ 50.45 63.02 36.29 -
YUV 200.4 96.74 117.02 -
System Red Green Blue C M Y K H S L
Decimal 185 219 145 0.16 0 0.34 0.14 87.57 0.51 0.71
Hex B9 DB 91 10 0 22 E 58 33 47
Octal 271 333 221 20 0 42 16 130 63 107
Binary 10111001 11011011 10010001 10000 0 100010 1110 1011000 110011 1000111

Color Harmonies of #B9DB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DB91

Black with #B9DB91

Text Example


Text Example

White with #B9DB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DB91; }

 p { color: rgb(185,219,145); }

 H1.HeaderClassName
 {
   color: #B9DB91;
 }
 .AnyTagClassName
 {
   color: #B9DB91;
 }
</style>

background-color css

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

 a { background-color: rgb(185,219,145); }

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

border-color css

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

 span { border-color: rgb(185,219,145); }

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