Html Css Color HEX #BADC95 Sprout

📋 copy color: '#BADC95'

red 186 ◦ green 220 ◦ blue 149

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

Shades of Sprout #BADC95

Tints of Sprout #BADC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.64%

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 33.51%
G = 39.64%
B = 26.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BADC95 (or 0xBADC95) is known color: Sprout. HEX triplet: BA, DC and 95. RGB value is (186,220,149). Sum of RGB (Red+Green+Blue) = 186+220+149=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC95 is #45236A. Grayscale: #C9C9C9. Windows color (decimal): -4531051 or 9821370. OLE color: 9821370.

HSL color Cylindrical-coordinate representation of color #BADC95: hue angle of 88.73º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BADC95 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 149 -
CMYK 0.15 0 0.32 0.14
HSL 88.73º 0.5% 0.72% -
HSV(B) 88.73º 0.32% 0.86% -
XYZ 51.27 63.8 38.05 -
YUV 201.74 98.24 116.77 -
System Red Green Blue C M Y K H S L
Decimal 186 220 149 0.15 0 0.32 0.14 88.73 0.5 0.72
Hex BA DC 95 F 0 20 E 59 32 48
Octal 272 334 225 17 0 40 16 131 62 110
Binary 10111010 11011100 10010101 1111 0 100000 1110 1011001 110010 1001000

Color Harmonies of #BADC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC95

Black with #BADC95

Text Example


Text Example

White with #BADC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC95; }

 p { color: rgb(186,220,149); }

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

background-color css

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

 a { background-color: rgb(186,220,149); }

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

border-color css

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

 span { border-color: rgb(186,220,149); }

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