Html Css Color HEX #BCDC94 Sprout

📋 copy color: '#BCDC94'

red 188 ◦ green 220 ◦ blue 148

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

Shades of Sprout #BCDC94

Tints of Sprout #BCDC94

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.57%

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

R = 33.81%
G = 39.57%
B = 26.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#BCDC94 (or 0xBCDC94) is known color: Sprout. HEX triplet: BC, DC and 94. RGB value is (188,220,148). Sum of RGB (Red+Green+Blue) = 188+220+148=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 148 (58.20% from 255 or 26.62% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDC94 is #43236B. Grayscale: #CACACA. Windows color (decimal): -4399980 or 9755836. OLE color: 9755836.

HSL color Cylindrical-coordinate representation of color #BCDC94: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCDC94 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 220 148 -
CMYK 0.15 0 0.33 0.14
HSL 86.67º 0.51% 0.72% -
HSV(B) 86.67º 0.33% 0.86% -
XYZ 51.68 64.02 37.65 -
YUV 202.22 97.4 117.85 -
System Red Green Blue C M Y K H S L
Decimal 188 220 148 0.15 0 0.33 0.14 86.67 0.51 0.72
Hex BC DC 94 F 0 21 E 57 33 48
Octal 274 334 224 17 0 41 16 127 63 110
Binary 10111100 11011100 10010100 1111 0 100001 1110 1010111 110011 1001000

Color Harmonies of #BCDC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDC94

Black with #BCDC94

Text Example


Text Example

White with #BCDC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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