Html Css Color HEX #BAD38C Sprout

📋 copy color: '#BAD38C'

red 186 ◦ green 211 ◦ blue 140

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

Shades of Sprout #BAD38C

Tints of Sprout #BAD38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.07%

R = 34.64%
G = 39.29%
B = 26.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#BAD38C (or 0xBAD38C) is known color: Sprout. HEX triplet: BA, D3 and 8C. RGB value is (186,211,140). Sum of RGB (Red+Green+Blue) = 186+211+140=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 140 (55.08% from 255 or 26.07% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD38C is #452C73. Grayscale: #C3C3C3. Windows color (decimal): -4533364 or 9229242. OLE color: 9229242.

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

Color convert

RGB 186 211 140 -
CMYK 0.12 0 0.34 0.17
HSL 81.13º 0.45% 0.69% -
HSV(B) 81.13º 0.34% 0.83% -
XYZ 48.28 58.92 33.64 -
YUV 195.43 96.72 121.27 -
System Red Green Blue C M Y K H S L
Decimal 186 211 140 0.12 0 0.34 0.17 81.13 0.45 0.69
Hex BA D3 8C C 0 22 11 51 2D 45
Octal 272 323 214 14 0 42 21 121 55 105
Binary 10111010 11010011 10001100 1100 0 100010 10001 1010001 101101 1000101

Color Harmonies of #BAD38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD38C

Black with #BAD38C

Text Example


Text Example

White with #BAD38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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