Html Css Color HEX #BBE194 Sprout

📋 copy color: '#BBE194'

red 187 ◦ green 225 ◦ blue 148

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

Shades of Sprout #BBE194

Tints of Sprout #BBE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 40.18%

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

R = 33.39%
G = 40.18%
B = 26.43%

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

#BBE194 (or 0xBBE194) is known color: Sprout. HEX triplet: BB, E1 and 94. RGB value is (187,225,148). Sum of RGB (Red+Green+Blue) = 187+225+148=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #BBE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE194 is #441E6B. Grayscale: #CDCDCD. Windows color (decimal): -4464236 or 9757115. OLE color: 9757115.

HSL color Cylindrical-coordinate representation of color #BBE194: hue angle of 89.61º degrees, saturation: 0.56, 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 #BBE194 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 225 148 -
CMYK 0.17 0 0.34 0.12
HSL 89.61º 0.56% 0.73% -
HSV(B) 89.61º 0.34% 0.88% -
XYZ 52.76 66.55 38.08 -
YUV 204.86 95.91 115.26 -
System Red Green Blue C M Y K H S L
Decimal 187 225 148 0.17 0 0.34 0.12 89.61 0.56 0.73
Hex BB E1 94 11 0 22 C 5A 38 49
Octal 273 341 224 21 0 42 14 132 70 111
Binary 10111011 11100001 10010100 10001 0 100010 1100 1011010 111000 1001001

Color Harmonies of #BBE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE194

Black with #BBE194

Text Example


Text Example

White with #BBE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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