Html Css Color HEX #BCD190 Sprout

📋 copy color: '#BCD190'

red 188 ◦ green 209 ◦ blue 144

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

Shades of Sprout #BCD190

Tints of Sprout #BCD190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.62%

R = 34.75%
G = 38.63%
B = 26.62%

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

#BCD190 (or 0xBCD190) is known color: Sprout. HEX triplet: BC, D1 and 90. RGB value is (188,209,144). Sum of RGB (Red+Green+Blue) = 188+209+144=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 144 (56.64% from 255 or 26.62% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD190 is #432E6F. Grayscale: #C3C3C3. Windows color (decimal): -4402800 or 9490876. OLE color: 9490876.

HSL color Cylindrical-coordinate representation of color #BCD190: hue angle of 79.38º 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 #BCD190 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 209 144 -
CMYK 0.10 0 0.31 0.18
HSL 79.38º 0.41% 0.69% -
HSV(B) 79.38º 0.31% 0.82% -
XYZ 48.57 58.31 35.08 -
YUV 195.31 99.04 122.79 -
System Red Green Blue C M Y K H S L
Decimal 188 209 144 0.10 0 0.31 0.18 79.38 0.41 0.69
Hex BC D1 90 A 0 1F 12 4F 29 45
Octal 274 321 220 12 0 37 22 117 51 105
Binary 10111100 11010001 10010000 1010 0 11111 10010 1001111 101001 1000101

Color Harmonies of #BCD190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD190

Black with #BCD190

Text Example


Text Example

White with #BCD190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD190; }

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

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

background-color css

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

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

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

border-color css

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

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

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