Html Css Color HEX #B9DC91 Sprout

📋 copy color: '#B9DC91'

red 185 ◦ green 220 ◦ blue 145

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

Shades of Sprout #B9DC91

Tints of Sprout #B9DC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40%

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

R = 33.64%
G = 40%
B = 26.36%

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

#B9DC91 (or 0xB9DC91) is known color: Sprout. HEX triplet: B9, DC and 91. RGB value is (185,220,145). Sum of RGB (Red+Green+Blue) = 185+220+145=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC91 is #46236E. Grayscale: #C9C9C9. Windows color (decimal): -4596591 or 9559225. OLE color: 9559225.

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

Color convert

RGB 185 220 145 -
CMYK 0.16 0 0.34 0.14
HSL 88º 0.52% 0.72% -
HSV(B) 88º 0.34% 0.86% -
XYZ 50.71 63.55 36.38 -
YUV 200.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 185 220 145 0.16 0 0.34 0.14 88 0.52 0.72
Hex B9 DC 91 10 0 22 E 58 34 48
Octal 271 334 221 20 0 42 16 130 64 110
Binary 10111001 11011100 10010001 10000 0 100010 1110 1011000 110100 1001000

Color Harmonies of #B9DC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC91

Black with #B9DC91

Text Example


Text Example

White with #B9DC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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