Html Css Color HEX #BCD98E Sprout

📋 copy color: '#BCD98E'

red 188 ◦ green 217 ◦ blue 142

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

Shades of Sprout #BCD98E

Tints of Sprout #BCD98E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.67%

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 34.37%
G = 39.67%
B = 25.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BCD98E (or 0xBCD98E) is known color: Sprout. HEX triplet: BC, D9 and 8E. RGB value is (188,217,142). Sum of RGB (Red+Green+Blue) = 188+217+142=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 217 (85.16% from 255 or 39.67% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD98E is #432671. Grayscale: #C8C8C8. Windows color (decimal): -4400754 or 9361852. OLE color: 9361852.

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

Color convert

RGB 188 217 142 -
CMYK 0.13 0 0.35 0.15
HSL 83.2º 0.5% 0.7% -
HSV(B) 83.2º 0.35% 0.85% -
XYZ 50.43 62.27 34.95 -
YUV 199.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 188 217 142 0.13 0 0.35 0.15 83.2 0.5 0.7
Hex BC D9 8E D 0 23 F 53 32 46
Octal 274 331 216 15 0 43 17 123 62 106
Binary 10111100 11011001 10001110 1101 0 100011 1111 1010011 110010 1000110

Color Harmonies of #BCD98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD98E

Black with #BCD98E

Text Example


Text Example

White with #BCD98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD98E; }

 p { color: rgb(188,217,142); }

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

background-color css

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

 a { background-color: rgb(188,217,142); }

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

border-color css

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

 span { border-color: rgb(188,217,142); }

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