Html Css Color HEX #B8DC94 Sprout

📋 copy color: '#B8DC94'

red 184 ◦ green 220 ◦ blue 148

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

Shades of Sprout #B8DC94

Tints of Sprout #B8DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 33.33%
G = 39.86%
B = 26.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#B8DC94 (or 0xB8DC94) is known color: Sprout. HEX triplet: B8, DC and 94. RGB value is (184,220,148). Sum of RGB (Red+Green+Blue) = 184+220+148=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DC94 is #47236B. Grayscale: #C9C9C9. Windows color (decimal): -4662124 or 9755832. OLE color: 9755832.

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

Color convert

RGB 184 220 148 -
CMYK 0.16 0 0.33 0.14
HSL 90º 0.51% 0.72% -
HSV(B) 90º 0.33% 0.86% -
XYZ 50.71 63.51 37.6 -
YUV 201.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 184 220 148 0.16 0 0.33 0.14 90 0.51 0.72
Hex B8 DC 94 10 0 21 E 5A 33 48
Octal 270 334 224 20 0 41 16 132 63 110
Binary 10111000 11011100 10010100 10000 0 100001 1110 1011010 110011 1001000

Color Harmonies of #B8DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DC94

Black with #B8DC94

Text Example


Text Example

White with #B8DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DC94; }

 p { color: rgb(184,220,148); }

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

background-color css

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

 a { background-color: rgb(184,220,148); }

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

border-color css

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

 span { border-color: rgb(184,220,148); }

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