Html Css Color HEX #BAD294 Sprout

📋 copy color: '#BAD294'

red 186 ◦ green 210 ◦ blue 148

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

Shades of Sprout #BAD294

Tints of Sprout #BAD294

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

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

R = 34.19%
G = 38.6%
B = 27.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#BAD294 (or 0xBAD294) is known color: Sprout. HEX triplet: BA, D2 and 94. RGB value is (186,210,148). Sum of RGB (Red+Green+Blue) = 186+210+148=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD294 is #452D6B. Grayscale: #C3C3C3. Windows color (decimal): -4533612 or 9753274. OLE color: 9753274.

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

Color convert

RGB 186 210 148 -
CMYK 0.11 0 0.30 0.18
HSL 83.23º 0.41% 0.7% -
HSV(B) 83.23º 0.3% 0.82% -
XYZ 48.64 58.67 36.78 -
YUV 195.76 101.05 121.04 -
System Red Green Blue C M Y K H S L
Decimal 186 210 148 0.11 0 0.30 0.18 83.23 0.41 0.7
Hex BA D2 94 B 0 1E 12 53 29 46
Octal 272 322 224 13 0 36 22 123 51 106
Binary 10111010 11010010 10010100 1011 0 11110 10010 1010011 101001 1000110

Color Harmonies of #BAD294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD294

Black with #BAD294

Text Example


Text Example

White with #BAD294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD294; }

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

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

background-color css

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

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

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

border-color css

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

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

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