Html Css Color HEX #BCDF94 Sprout

📋 copy color: '#BCDF94'

red 188 ◦ green 223 ◦ blue 148

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

Shades of Sprout #BCDF94

Tints of Sprout #BCDF94

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

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

R = 33.63%
G = 39.89%
B = 26.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BCDF94 (or 0xBCDF94) is known color: Sprout. HEX triplet: BC, DF and 94. RGB value is (188,223,148). Sum of RGB (Red+Green+Blue) = 188+223+148=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF94 is #43206B. Grayscale: #CCCCCC. Windows color (decimal): -4399212 or 9756604. OLE color: 9756604.

HSL color Cylindrical-coordinate representation of color #BCDF94: hue angle of 88º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCDF94 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 148 -
CMYK 0.16 0 0.34 0.13
HSL 88º 0.54% 0.73% -
HSV(B) 88º 0.34% 0.87% -
XYZ 52.47 65.6 37.91 -
YUV 203.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 188 223 148 0.16 0 0.34 0.13 88 0.54 0.73
Hex BC DF 94 10 0 22 D 58 36 49
Octal 274 337 224 20 0 42 15 130 66 111
Binary 10111100 11011111 10010100 10000 0 100010 1101 1011000 110110 1001001

Color Harmonies of #BCDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF94

Black with #BCDF94

Text Example


Text Example

White with #BCDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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