Html Css Color HEX #BAD78E Sprout

📋 copy color: '#BAD78E'

red 186 ◦ green 215 ◦ blue 142

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

Shades of Sprout #BAD78E

Tints of Sprout #BAD78E

RGB

 RED value IS 186 (73.05% from 255) = 34.25%

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

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

R = 34.25%
G = 39.59%
B = 26.15%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#BAD78E (or 0xBAD78E) is known color: Sprout. HEX triplet: BA, D7 and 8E. RGB value is (186,215,142). Sum of RGB (Red+Green+Blue) = 186+215+142=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 142 (55.86% from 255 or 26.15% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD78E is #452871. Grayscale: #C6C6C6. Windows color (decimal): -4532338 or 9361338. OLE color: 9361338.

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

Color convert

RGB 186 215 142 -
CMYK 0.13 0 0.34 0.16
HSL 83.84º 0.48% 0.7% -
HSV(B) 83.84º 0.34% 0.84% -
XYZ 49.43 60.99 34.76 -
YUV 198.01 96.39 119.44 -
System Red Green Blue C M Y K H S L
Decimal 186 215 142 0.13 0 0.34 0.16 83.84 0.48 0.7
Hex BA D7 8E D 0 22 10 54 30 46
Octal 272 327 216 15 0 42 20 124 60 106
Binary 10111010 11010111 10001110 1101 0 100010 10000 1010100 110000 1000110

Color Harmonies of #BAD78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD78E

Black with #BAD78E

Text Example


Text Example

White with #BAD78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD78E; }

 p { color: rgb(186,215,142); }

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

background-color css

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

 a { background-color: rgb(186,215,142); }

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

border-color css

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

 span { border-color: rgb(186,215,142); }

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