Html Css Color HEX #B8D58E Sprout

📋 copy color: '#B8D58E'

red 184 ◦ green 213 ◦ blue 142

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

Shades of Sprout #B8D58E

Tints of Sprout #B8D58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.52%

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

R = 34.14%
G = 39.52%
B = 26.35%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#B8D58E (or 0xB8D58E) is known color: Sprout. HEX triplet: B8, D5 and 8E. RGB value is (184,213,142). Sum of RGB (Red+Green+Blue) = 184+213+142=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D58E is #472A71. Grayscale: #C4C4C4. Windows color (decimal): -4663922 or 9360824. OLE color: 9360824.

HSL color Cylindrical-coordinate representation of color #B8D58E: hue angle of 84.51º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8D58E is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 213 142 -
CMYK 0.14 0 0.33 0.16
HSL 84.51º 0.46% 0.7% -
HSV(B) 84.51º 0.33% 0.84% -
XYZ 48.44 59.73 34.57 -
YUV 196.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 184 213 142 0.14 0 0.33 0.16 84.51 0.46 0.7
Hex B8 D5 8E E 0 21 10 55 2E 46
Octal 270 325 216 16 0 41 20 125 56 106
Binary 10111000 11010101 10001110 1110 0 100001 10000 1010101 101110 1000110

Color Harmonies of #B8D58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D58E

Black with #B8D58E

Text Example


Text Example

White with #B8D58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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