Html Css Color HEX #BAD395 Sprout

📋 copy color: '#BAD395'

red 186 ◦ green 211 ◦ blue 149

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

Shades of Sprout #BAD395

Tints of Sprout #BAD395

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.64%

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

R = 34.07%
G = 38.64%
B = 27.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#BAD395 (or 0xBAD395) is known color: Sprout. HEX triplet: BA, D3 and 95. RGB value is (186,211,149). Sum of RGB (Red+Green+Blue) = 186+211+149=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD395 is #452C6A. Grayscale: #C4C4C4. Windows color (decimal): -4533355 or 9819066. OLE color: 9819066.

HSL color Cylindrical-coordinate representation of color #BAD395: hue angle of 84.19º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAD395 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 149 -
CMYK 0.12 0 0.29 0.17
HSL 84.19º 0.41% 0.71% -
HSV(B) 84.19º 0.29% 0.83% -
XYZ 48.97 59.2 37.28 -
YUV 196.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 186 211 149 0.12 0 0.29 0.17 84.19 0.41 0.71
Hex BA D3 95 C 0 1D 11 54 29 47
Octal 272 323 225 14 0 35 21 124 51 107
Binary 10111010 11010011 10010101 1100 0 11101 10001 1010100 101001 1000111

Color Harmonies of #BAD395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD395

Black with #BAD395

Text Example


Text Example

White with #BAD395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD395; }

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

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

background-color css

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

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

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

border-color css

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

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

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