Html Css Color HEX #BCD191 Sprout

📋 copy color: '#BCD191'

red 188 ◦ green 209 ◦ blue 145

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

Shades of Sprout #BCD191

Tints of Sprout #BCD191

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.56%

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

R = 34.69%
G = 38.56%
B = 26.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#BCD191 (or 0xBCD191) is known color: Sprout. HEX triplet: BC, D1 and 91. RGB value is (188,209,145). Sum of RGB (Red+Green+Blue) = 188+209+145=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 145 (57.03% from 255 or 26.75% from 542); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD191 is #432E6E. Grayscale: #C3C3C3. Windows color (decimal): -4402799 or 9556412. OLE color: 9556412.

HSL color Cylindrical-coordinate representation of color #BCD191: hue angle of 79.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCD191 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 145 -
CMYK 0.10 0 0.31 0.18
HSL 79.69º 0.41% 0.69% -
HSV(B) 79.69º 0.31% 0.82% -
XYZ 48.65 58.34 35.48 -
YUV 195.43 99.54 122.7 -
System Red Green Blue C M Y K H S L
Decimal 188 209 145 0.10 0 0.31 0.18 79.69 0.41 0.69
Hex BC D1 91 A 0 1F 12 50 29 45
Octal 274 321 221 12 0 37 22 120 51 105
Binary 10111100 11010001 10010001 1010 0 11111 10010 1010000 101001 1000101

Color Harmonies of #BCD191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD191

Black with #BCD191

Text Example


Text Example

White with #BCD191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD191; }

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

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

background-color css

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

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

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

border-color css

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

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

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