Html Css Color HEX #BAD694 Sprout

📋 copy color: '#BAD694'

red 186 ◦ green 214 ◦ blue 148

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

Shades of Sprout #BAD694

Tints of Sprout #BAD694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 27.01%

R = 33.94%
G = 39.05%
B = 27.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#BAD694 (or 0xBAD694) is known color: Sprout. HEX triplet: BA, D6 and 94. RGB value is (186,214,148). Sum of RGB (Red+Green+Blue) = 186+214+148=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD694 is #45296B. Grayscale: #C6C6C6. Windows color (decimal): -4532588 or 9754298. OLE color: 9754298.

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

Color convert

RGB 186 214 148 -
CMYK 0.13 0 0.31 0.16
HSL 85.45º 0.45% 0.71% -
HSV(B) 85.45º 0.31% 0.84% -
XYZ 49.64 60.67 37.11 -
YUV 198.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 186 214 148 0.13 0 0.31 0.16 85.45 0.45 0.71
Hex BA D6 94 D 0 1F 10 55 2D 47
Octal 272 326 224 15 0 37 20 125 55 107
Binary 10111010 11010110 10010100 1101 0 11111 10000 1010101 101101 1000111

Color Harmonies of #BAD694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD694

Black with #BAD694

Text Example


Text Example

White with #BAD694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD694; }

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

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

background-color css

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

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

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

border-color css

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

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

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