Html Css Color HEX #B9DC8D Sprout

📋 copy color: '#B9DC8D'

red 185 ◦ green 220 ◦ blue 141

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

Shades of Sprout #B9DC8D

Tints of Sprout #B9DC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.82%

R = 33.88%
G = 40.29%
B = 25.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#B9DC8D (or 0xB9DC8D) is known color: Sprout. HEX triplet: B9, DC and 8D. RGB value is (185,220,141). Sum of RGB (Red+Green+Blue) = 185+220+141=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9DC8D is #462372. Grayscale: #C8C8C8. Windows color (decimal): -4596595 or 9297081. OLE color: 9297081.

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

Color convert

RGB 185 220 141 -
CMYK 0.16 0 0.36 0.14
HSL 86.58º 0.53% 0.71% -
HSV(B) 86.58º 0.36% 0.86% -
XYZ 50.41 63.42 34.78 -
YUV 200.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 185 220 141 0.16 0 0.36 0.14 86.58 0.53 0.71
Hex B9 DC 8D 10 0 24 E 57 35 47
Octal 271 334 215 20 0 44 16 127 65 107
Binary 10111001 11011100 10001101 10000 0 100100 1110 1010111 110101 1000111

Color Harmonies of #B9DC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DC8D

Black with #B9DC8D

Text Example


Text Example

White with #B9DC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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