Html Css Color HEX #BADA8E Sprout

📋 copy color: '#BADA8E'

red 186 ◦ green 218 ◦ blue 142

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

Shades of Sprout #BADA8E

Tints of Sprout #BADA8E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.93%

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

R = 34.07%
G = 39.93%
B = 26.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BADA8E (or 0xBADA8E) is known color: Sprout. HEX triplet: BA, DA and 8E. RGB value is (186,218,142). Sum of RGB (Red+Green+Blue) = 186+218+142=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA8E is #452571. Grayscale: #C8C8C8. Windows color (decimal): -4531570 or 9362106. OLE color: 9362106.

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

Color convert

RGB 186 218 142 -
CMYK 0.15 0 0.35 0.15
HSL 85.26º 0.51% 0.71% -
HSV(B) 85.26º 0.35% 0.85% -
XYZ 50.2 62.53 35.02 -
YUV 199.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 186 218 142 0.15 0 0.35 0.15 85.26 0.51 0.71
Hex BA DA 8E F 0 23 F 55 33 47
Octal 272 332 216 17 0 43 17 125 63 107
Binary 10111010 11011010 10001110 1111 0 100011 1111 1010101 110011 1000111

Color Harmonies of #BADA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA8E

Black with #BADA8E

Text Example


Text Example

White with #BADA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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