Html Css Color HEX #B8DD8E Sprout

📋 copy color: '#B8DD8E'

red 184 ◦ green 221 ◦ blue 142

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

Shades of Sprout #B8DD8E

Tints of Sprout #B8DD8E

RGB

 RED value IS 184 (72.27% from 255) = 33.64%

 GREEN value IS 221 (86.72% from 255) = 40.4%

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 33.64%
G = 40.4%
B = 25.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#B8DD8E (or 0xB8DD8E) is known color: Sprout. HEX triplet: B8, DD and 8E. RGB value is (184,221,142). Sum of RGB (Red+Green+Blue) = 184+221+142=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DD8E is #472271. Grayscale: #C9C9C9. Windows color (decimal): -4661874 or 9362872. OLE color: 9362872.

HSL color Cylindrical-coordinate representation of color #B8DD8E: hue angle of 88.1º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8DD8E is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 221 142 -
CMYK 0.17 0 0.36 0.13
HSL 88.1º 0.54% 0.71% -
HSV(B) 88.1º 0.36% 0.87% -
XYZ 50.51 63.86 35.25 -
YUV 200.93 94.74 115.92 -
System Red Green Blue C M Y K H S L
Decimal 184 221 142 0.17 0 0.36 0.13 88.1 0.54 0.71
Hex B8 DD 8E 11 0 24 D 58 36 47
Octal 270 335 216 21 0 44 15 130 66 107
Binary 10111000 11011101 10001110 10001 0 100100 1101 1011000 110110 1000111

Color Harmonies of #B8DD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DD8E

Black with #B8DD8E

Text Example


Text Example

White with #B8DD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DD8E; }

 p { color: rgb(184,221,142); }

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

background-color css

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

 a { background-color: rgb(184,221,142); }

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

border-color css

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

 span { border-color: rgb(184,221,142); }

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