Html Css Color HEX #BAD696 Sprout

📋 copy color: '#BAD696'

red 186 ◦ green 214 ◦ blue 150

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

Shades of Sprout #BAD696

Tints of Sprout #BAD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.91%

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

R = 33.82%
G = 38.91%
B = 27.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BAD696 (or 0xBAD696) is known color: Sprout. HEX triplet: BA, D6 and 96. RGB value is (186,214,150). Sum of RGB (Red+Green+Blue) = 186+214+150=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD696 is #452969. Grayscale: #C6C6C6. Windows color (decimal): -4532586 or 9885370. OLE color: 9885370.

HSL color Cylindrical-coordinate representation of color #BAD696: hue angle of 86.25º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAD696 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 214 150 -
CMYK 0.13 0 0.30 0.16
HSL 86.25º 0.44% 0.71% -
HSV(B) 86.25º 0.3% 0.84% -
XYZ 49.8 60.73 37.95 -
YUV 198.33 100.72 119.2 -
System Red Green Blue C M Y K H S L
Decimal 186 214 150 0.13 0 0.30 0.16 86.25 0.44 0.71
Hex BA D6 96 D 0 1E 10 56 2C 47
Octal 272 326 226 15 0 36 20 126 54 107
Binary 10111010 11010110 10010110 1101 0 11110 10000 1010110 101100 1000111

Color Harmonies of #BAD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD696

Black with #BAD696

Text Example


Text Example

White with #BAD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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