Html Css Color HEX #BAD39C Sprout

📋 copy color: '#BAD39C'

red 186 ◦ green 211 ◦ blue 156

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

Shades of Sprout #BAD39C

Tints of Sprout #BAD39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 33.63%
G = 38.16%
B = 28.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#BAD39C (or 0xBAD39C) is known color: Sprout. HEX triplet: BA, D3 and 9C. RGB value is (186,211,156). Sum of RGB (Red+Green+Blue) = 186+211+156=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD39C is #452C63. Grayscale: #C5C5C5. Windows color (decimal): -4533348 or 10277818. OLE color: 10277818.

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

Color convert

RGB 186 211 156 -
CMYK 0.12 0 0.26 0.17
HSL 87.27º 0.38% 0.72% -
HSV(B) 87.27º 0.26% 0.83% -
XYZ 49.54 59.43 40.31 -
YUV 197.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 186 211 156 0.12 0 0.26 0.17 87.27 0.38 0.72
Hex BA D3 9C C 0 1A 11 57 26 48
Octal 272 323 234 14 0 32 21 127 46 110
Binary 10111010 11010011 10011100 1100 0 11010 10001 1010111 100110 1001000

Color Harmonies of #BAD39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD39C

Black with #BAD39C

Text Example


Text Example

White with #BAD39C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD39C; }

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

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

background-color css

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

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

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

border-color css

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

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

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