Html Css Color HEX #BBE095 Sprout

📋 copy color: '#BBE095'

red 187 ◦ green 224 ◦ blue 149

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

Shades of Sprout #BBE095

Tints of Sprout #BBE095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.61%

R = 33.39%
G = 40%
B = 26.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#BBE095 (or 0xBBE095) is known color: Sprout. HEX triplet: BB, E0 and 95. RGB value is (187,224,149). Sum of RGB (Red+Green+Blue) = 187+224+149=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE095 is #441F6A. Grayscale: #CCCCCC. Windows color (decimal): -4464491 or 9822395. OLE color: 9822395.

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

Color convert

RGB 187 224 149 -
CMYK 0.17 0 0.33 0.12
HSL 89.6º 0.55% 0.73% -
HSV(B) 89.6º 0.33% 0.88% -
XYZ 52.57 66.05 38.41 -
YUV 204.39 96.74 115.6 -
System Red Green Blue C M Y K H S L
Decimal 187 224 149 0.17 0 0.33 0.12 89.6 0.55 0.73
Hex BB E0 95 11 0 21 C 5A 37 49
Octal 273 340 225 21 0 41 14 132 67 111
Binary 10111011 11100000 10010101 10001 0 100001 1100 1011010 110111 1001001

Color Harmonies of #BBE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE095

Black with #BBE095

Text Example


Text Example

White with #BBE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE095; }

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

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

background-color css

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

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

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

border-color css

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

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

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