Html Css Color HEX #BBE094 Sprout

📋 copy color: '#BBE094'

red 187 ◦ green 224 ◦ blue 148

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

Shades of Sprout #BBE094

Tints of Sprout #BBE094

RGB

 RED value IS 187 (73.44% from 255) = 33.45%

 GREEN value IS 224 (87.89% from 255) = 40.07%

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

R = 33.45%
G = 40.07%
B = 26.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BBE094 (or 0xBBE094) is known color: Sprout. HEX triplet: BB, E0 and 94. RGB value is (187,224,148). Sum of RGB (Red+Green+Blue) = 187+224+148=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE094 is #441F6B. Grayscale: #CCCCCC. Windows color (decimal): -4464492 or 9756859. OLE color: 9756859.

HSL color Cylindrical-coordinate representation of color #BBE094: hue angle of 89.21º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBE094 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 224 148 -
CMYK 0.17 0 0.34 0.12
HSL 89.21º 0.55% 0.73% -
HSV(B) 89.21º 0.34% 0.88% -
XYZ 52.49 66.01 37.99 -
YUV 204.27 96.24 115.68 -
System Red Green Blue C M Y K H S L
Decimal 187 224 148 0.17 0 0.34 0.12 89.21 0.55 0.73
Hex BB E0 94 11 0 22 C 59 37 49
Octal 273 340 224 21 0 42 14 131 67 111
Binary 10111011 11100000 10010100 10001 0 100010 1100 1011001 110111 1001001

Color Harmonies of #BBE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE094

Black with #BBE094

Text Example


Text Example

White with #BBE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE094; }

 p { color: rgb(187,224,148); }

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

background-color css

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

 a { background-color: rgb(187,224,148); }

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

border-color css

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

 span { border-color: rgb(187,224,148); }

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