Html Css Color HEX #BCD78C Sprout

📋 copy color: '#BCD78C'

red 188 ◦ green 215 ◦ blue 140

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

Shades of Sprout #BCD78C

Tints of Sprout #BCD78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.59%

 BLUE value IS 140 (55.08% from 255) = 25.78%

R = 34.62%
G = 39.59%
B = 25.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#BCD78C (or 0xBCD78C) is known color: Sprout. HEX triplet: BC, D7 and 8C. RGB value is (188,215,140). Sum of RGB (Red+Green+Blue) = 188+215+140=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD78C is #432873. Grayscale: #C6C6C6. Windows color (decimal): -4401268 or 9230268. OLE color: 9230268.

HSL color Cylindrical-coordinate representation of color #BCD78C: hue angle of 81.6º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCD78C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 215 140 -
CMYK 0.13 0 0.35 0.16
HSL 81.6º 0.48% 0.7% -
HSV(B) 81.6º 0.35% 0.84% -
XYZ 49.77 61.19 34 -
YUV 198.38 95.05 120.6 -
System Red Green Blue C M Y K H S L
Decimal 188 215 140 0.13 0 0.35 0.16 81.6 0.48 0.7
Hex BC D7 8C D 0 23 10 52 30 46
Octal 274 327 214 15 0 43 20 122 60 106
Binary 10111100 11010111 10001100 1101 0 100011 10000 1010010 110000 1000110

Color Harmonies of #BCD78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD78C

Black with #BCD78C

Text Example


Text Example

White with #BCD78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD78C; }

 p { color: rgb(188,215,140); }

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

background-color css

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

 a { background-color: rgb(188,215,140); }

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

border-color css

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

 span { border-color: rgb(188,215,140); }

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