Html Css Color HEX #B8DB8E Sprout

📋 copy color: '#B8DB8E'

red 184 ◦ green 219 ◦ blue 142

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

Shades of Sprout #B8DB8E

Tints of Sprout #B8DB8E

RGB

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

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

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

R = 33.76%
G = 40.18%
B = 26.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#B8DB8E (or 0xB8DB8E) is known color: Sprout. HEX triplet: B8, DB and 8E. RGB value is (184,219,142). Sum of RGB (Red+Green+Blue) = 184+219+142=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DB8E is #472471. Grayscale: #C8C8C8. Windows color (decimal): -4662386 or 9362360. OLE color: 9362360.

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

Color convert

RGB 184 219 142 -
CMYK 0.16 0 0.35 0.14
HSL 87.27º 0.52% 0.71% -
HSV(B) 87.27º 0.35% 0.86% -
XYZ 49.98 62.81 35.08 -
YUV 199.76 95.4 116.76 -
System Red Green Blue C M Y K H S L
Decimal 184 219 142 0.16 0 0.35 0.14 87.27 0.52 0.71
Hex B8 DB 8E 10 0 23 E 57 34 47
Octal 270 333 216 20 0 43 16 127 64 107
Binary 10111000 11011011 10001110 10000 0 100011 1110 1010111 110100 1000111

Color Harmonies of #B8DB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DB8E

Black with #B8DB8E

Text Example


Text Example

White with #B8DB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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