Html Css Color HEX #BCD192 Sprout

📋 copy color: '#BCD192'

red 188 ◦ green 209 ◦ blue 146

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

Shades of Sprout #BCD192

Tints of Sprout #BCD192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.89%

R = 34.62%
G = 38.49%
B = 26.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BCD192 (or 0xBCD192) is known color: Sprout. HEX triplet: BC, D1 and 92. RGB value is (188,209,146). Sum of RGB (Red+Green+Blue) = 188+209+146=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 146 (57.42% from 255 or 26.89% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD192 is #432E6D. Grayscale: #C3C3C3. Windows color (decimal): -4402798 or 9621948. OLE color: 9621948.

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

Color convert

RGB 188 209 146 -
CMYK 0.10 0 0.30 0.18
HSL 80º 0.41% 0.7% -
HSV(B) 80º 0.3% 0.82% -
XYZ 48.73 58.37 35.89 -
YUV 195.54 100.04 122.62 -
System Red Green Blue C M Y K H S L
Decimal 188 209 146 0.10 0 0.30 0.18 80 0.41 0.7
Hex BC D1 92 A 0 1E 12 50 29 46
Octal 274 321 222 12 0 36 22 120 51 106
Binary 10111100 11010001 10010010 1010 0 11110 10010 1010000 101001 1000110

Color Harmonies of #BCD192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD192

Black with #BCD192

Text Example


Text Example

White with #BCD192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD192; }

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

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

background-color css

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

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

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

border-color css

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

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

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