Html Css Color HEX #B9DC96 Sprout

📋 copy color: '#B9DC96'

red 185 ◦ green 220 ◦ blue 150

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

Shades of Sprout #B9DC96

Tints of Sprout #B9DC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.03%

R = 33.33%
G = 39.64%
B = 27.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#B9DC96 (or 0xB9DC96) is known color: Sprout. HEX triplet: B9, DC and 96. RGB value is (185,220,150). Sum of RGB (Red+Green+Blue) = 185+220+150=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC96 is #462369. Grayscale: #C9C9C9. Windows color (decimal): -4596586 or 9886905. OLE color: 9886905.

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

Color convert

RGB 185 220 150 -
CMYK 0.16 0 0.32 0.14
HSL 90º 0.5% 0.73% -
HSV(B) 90º 0.32% 0.86% -
XYZ 51.11 63.7 38.46 -
YUV 201.56 98.9 116.19 -
System Red Green Blue C M Y K H S L
Decimal 185 220 150 0.16 0 0.32 0.14 90 0.5 0.73
Hex B9 DC 96 10 0 20 E 5A 32 49
Octal 271 334 226 20 0 40 16 132 62 111
Binary 10111001 11011100 10010110 10000 0 100000 1110 1011010 110010 1001001

Color Harmonies of #B9DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC96

Black with #B9DC96

Text Example


Text Example

White with #B9DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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