Html Css Color HEX #BAD096 Sprout

📋 copy color: '#BAD096'

red 186 ◦ green 208 ◦ blue 150

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

Shades of Sprout #BAD096

Tints of Sprout #BAD096

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.24%

 BLUE value IS 150 (58.98% from 255) = 27.57%

R = 34.19%
G = 38.24%
B = 27.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#BAD096 (or 0xBAD096) is known color: Sprout. HEX triplet: BA, D0 and 96. RGB value is (186,208,150). Sum of RGB (Red+Green+Blue) = 186+208+150=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD096 is #452F69. Grayscale: #C3C3C3. Windows color (decimal): -4534122 or 9883834. OLE color: 9883834.

HSL color Cylindrical-coordinate representation of color #BAD096: hue angle of 82.76º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD096 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 208 150 -
CMYK 0.11 0 0.28 0.18
HSL 82.76º 0.38% 0.7% -
HSV(B) 82.76º 0.28% 0.82% -
XYZ 48.31 57.75 37.46 -
YUV 194.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 186 208 150 0.11 0 0.28 0.18 82.76 0.38 0.7
Hex BA D0 96 B 0 1C 12 53 26 46
Octal 272 320 226 13 0 34 22 123 46 106
Binary 10111010 11010000 10010110 1011 0 11100 10010 1010011 100110 1000110

Color Harmonies of #BAD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD096

Black with #BAD096

Text Example


Text Example

White with #BAD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD096; }

 p { color: rgb(186,208,150); }

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

background-color css

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

 a { background-color: rgb(186,208,150); }

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

border-color css

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

 span { border-color: rgb(186,208,150); }

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