Html Css Color HEX #BBE294 Sprout

📋 copy color: '#BBE294'

red 187 ◦ green 226 ◦ blue 148

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

Shades of Sprout #BBE294

Tints of Sprout #BBE294

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.29%

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

R = 33.33%
G = 40.29%
B = 26.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#BBE294 (or 0xBBE294) is known color: Sprout. HEX triplet: BB, E2 and 94. RGB value is (187,226,148). Sum of RGB (Red+Green+Blue) = 187+226+148=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE294 is #441D6B. Grayscale: #CDCDCD. Windows color (decimal): -4463980 or 9757371. OLE color: 9757371.

HSL color Cylindrical-coordinate representation of color #BBE294: hue angle of 90º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBE294 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 226 148 -
CMYK 0.17 0 0.35 0.11
HSL 90º 0.57% 0.73% -
HSV(B) 90º 0.35% 0.89% -
XYZ 53.04 67.1 38.17 -
YUV 205.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 187 226 148 0.17 0 0.35 0.11 90 0.57 0.73
Hex BB E2 94 11 0 23 B 5A 39 49
Octal 273 342 224 21 0 43 13 132 71 111
Binary 10111011 11100010 10010100 10001 0 100011 1011 1011010 111001 1001001

Color Harmonies of #BBE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE294

Black with #BBE294

Text Example


Text Example

White with #BBE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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