Html Css Color HEX #BAD38B Sprout

📋 copy color: '#BAD38B'

red 186 ◦ green 211 ◦ blue 139

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

Shades of Sprout #BAD38B

Tints of Sprout #BAD38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.93%

R = 34.7%
G = 39.37%
B = 25.93%

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

#BAD38B (or 0xBAD38B) is known color: Sprout. HEX triplet: BA, D3 and 8B. RGB value is (186,211,139). Sum of RGB (Red+Green+Blue) = 186+211+139=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD38B is #452C74. Grayscale: #C3C3C3. Windows color (decimal): -4533365 or 9163706. OLE color: 9163706.

HSL color Cylindrical-coordinate representation of color #BAD38B: hue angle of 80.83º 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 #BAD38B is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 139 -
CMYK 0.12 0 0.34 0.17
HSL 80.83º 0.45% 0.69% -
HSV(B) 80.83º 0.34% 0.83% -
XYZ 48.2 58.89 33.25 -
YUV 195.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 186 211 139 0.12 0 0.34 0.17 80.83 0.45 0.69
Hex BA D3 8B C 0 22 11 51 2D 45
Octal 272 323 213 14 0 42 21 121 55 105
Binary 10111010 11010011 10001011 1100 0 100010 10001 1010001 101101 1000101

Color Harmonies of #BAD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD38B

Black with #BAD38B

Text Example


Text Example

White with #BAD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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