Html Css Color HEX #BCD391 Sprout

📋 copy color: '#BCD391'

red 188 ◦ green 211 ◦ blue 145

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

Shades of Sprout #BCD391

Tints of Sprout #BCD391

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.79%

 BLUE value IS 145 (57.03% from 255) = 26.65%

R = 34.56%
G = 38.79%
B = 26.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#BCD391 (or 0xBCD391) is known color: Sprout. HEX triplet: BC, D3 and 91. RGB value is (188,211,145). Sum of RGB (Red+Green+Blue) = 188+211+145=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD391 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD391 is #432C6E. Grayscale: #C4C4C4. Windows color (decimal): -4402287 or 9556924. OLE color: 9556924.

HSL color Cylindrical-coordinate representation of color #BCD391: hue angle of 80.91º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD391 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 145 -
CMYK 0.11 0 0.31 0.17
HSL 80.91º 0.43% 0.7% -
HSV(B) 80.91º 0.31% 0.83% -
XYZ 49.14 59.32 35.65 -
YUV 196.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 188 211 145 0.11 0 0.31 0.17 80.91 0.43 0.7
Hex BC D3 91 B 0 1F 11 51 2B 46
Octal 274 323 221 13 0 37 21 121 53 106
Binary 10111100 11010011 10010001 1011 0 11111 10001 1010001 101011 1000110

Color Harmonies of #BCD391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD391

Black with #BCD391

Text Example


Text Example

White with #BCD391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD391; }

 p { color: rgb(188,211,145); }

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

background-color css

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

 a { background-color: rgb(188,211,145); }

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

border-color css

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

 span { border-color: rgb(188,211,145); }

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