Html Css Color HEX #BCD19B Sprout

📋 copy color: '#BCD19B'

red 188 ◦ green 209 ◦ blue 155

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

Shades of Sprout #BCD19B

Tints of Sprout #BCD19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.08%

R = 34.06%
G = 37.86%
B = 28.08%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#BCD19B (or 0xBCD19B) is known color: Sprout. HEX triplet: BC, D1 and 9B. RGB value is (188,209,155). Sum of RGB (Red+Green+Blue) = 188+209+155=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD19B is #432E64. Grayscale: #C4C4C4. Windows color (decimal): -4402789 or 10211772. OLE color: 10211772.

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

Color convert

RGB 188 209 155 -
CMYK 0.10 0 0.26 0.18
HSL 83.33º 0.37% 0.71% -
HSV(B) 83.33º 0.26% 0.82% -
XYZ 49.46 58.66 39.73 -
YUV 196.57 104.54 121.89 -
System Red Green Blue C M Y K H S L
Decimal 188 209 155 0.10 0 0.26 0.18 83.33 0.37 0.71
Hex BC D1 9B A 0 1A 12 53 25 47
Octal 274 321 233 12 0 32 22 123 45 107
Binary 10111100 11010001 10011011 1010 0 11010 10010 1010011 100101 1000111

Color Harmonies of #BCD19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD19B

Black with #BCD19B

Text Example


Text Example

White with #BCD19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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