Html Css Color HEX #BCD19C Sprout

📋 copy color: '#BCD19C'

red 188 ◦ green 209 ◦ blue 156

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

Shades of Sprout #BCD19C

Tints of Sprout #BCD19C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 34%
G = 37.79%
B = 28.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BCD19C (or 0xBCD19C) is known color: Sprout. HEX triplet: BC, D1 and 9C. RGB value is (188,209,156). Sum of RGB (Red+Green+Blue) = 188+209+156=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD19C is #432E63. Grayscale: #C4C4C4. Windows color (decimal): -4402788 or 10277308. OLE color: 10277308.

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

Color convert

RGB 188 209 156 -
CMYK 0.10 0 0.25 0.18
HSL 83.77º 0.37% 0.72% -
HSV(B) 83.77º 0.25% 0.82% -
XYZ 49.54 58.69 40.17 -
YUV 196.68 105.04 121.81 -
System Red Green Blue C M Y K H S L
Decimal 188 209 156 0.10 0 0.25 0.18 83.77 0.37 0.72
Hex BC D1 9C A 0 19 12 54 25 48
Octal 274 321 234 12 0 31 22 124 45 110
Binary 10111100 11010001 10011100 1010 0 11001 10010 1010100 100101 1001000

Color Harmonies of #BCD19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD19C

Black with #BCD19C

Text Example


Text Example

White with #BCD19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD19C; }

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

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

background-color css

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

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

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

border-color css

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

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

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