Html Css Color HEX #BCDE92 Sprout

📋 copy color: '#BCDE92'

red 188 ◦ green 222 ◦ blue 146

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

Shades of Sprout #BCDE92

Tints of Sprout #BCDE92

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.93%

 BLUE value IS 146 (57.42% from 255) = 26.26%

R = 33.81%
G = 39.93%
B = 26.26%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BCDE92 (or 0xBCDE92) is known color: Sprout. HEX triplet: BC, DE and 92. RGB value is (188,222,146). Sum of RGB (Red+Green+Blue) = 188+222+146=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE92 is #43216D. Grayscale: #CBCBCB. Windows color (decimal): -4399470 or 9625276. OLE color: 9625276.

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

Color convert

RGB 188 222 146 -
CMYK 0.15 0 0.34 0.13
HSL 86.84º 0.54% 0.72% -
HSV(B) 86.84º 0.34% 0.87% -
XYZ 52.05 65.01 37 -
YUV 203.17 95.74 117.18 -
System Red Green Blue C M Y K H S L
Decimal 188 222 146 0.15 0 0.34 0.13 86.84 0.54 0.72
Hex BC DE 92 F 0 22 D 57 36 48
Octal 274 336 222 17 0 42 15 127 66 110
Binary 10111100 11011110 10010010 1111 0 100010 1101 1010111 110110 1001000

Color Harmonies of #BCDE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDE92

Black with #BCDE92

Text Example


Text Example

White with #BCDE92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDE92; }

 p { color: rgb(188,222,146); }

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

background-color css

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

 a { background-color: rgb(188,222,146); }

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

border-color css

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

 span { border-color: rgb(188,222,146); }

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