Html Css Color HEX #BCE094 Sprout

📋 copy color: '#BCE094'

red 188 ◦ green 224 ◦ blue 148

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

Shades of Sprout #BCE094

Tints of Sprout #BCE094

RGB

 RED value IS 188 (73.83% from 255) = 33.57%

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

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

R = 33.57%
G = 40%
B = 26.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#BCE094 (or 0xBCE094) is known color: Sprout. HEX triplet: BC, E0 and 94. RGB value is (188,224,148). Sum of RGB (Red+Green+Blue) = 188+224+148=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE094 is #431F6B. Grayscale: #CCCCCC. Windows color (decimal): -4398956 or 9756860. OLE color: 9756860.

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

Color convert

RGB 188 224 148 -
CMYK 0.16 0 0.34 0.12
HSL 88.42º 0.55% 0.73% -
HSV(B) 88.42º 0.34% 0.88% -
XYZ 52.74 66.14 38 -
YUV 204.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 188 224 148 0.16 0 0.34 0.12 88.42 0.55 0.73
Hex BC E0 94 10 0 22 C 58 37 49
Octal 274 340 224 20 0 42 14 130 67 111
Binary 10111100 11100000 10010100 10000 0 100010 1100 1011000 110111 1001001

Color Harmonies of #BCE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE094

Black with #BCE094

Text Example


Text Example

White with #BCE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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