Html Css Color HEX #BAD597 Sprout

📋 copy color: '#BAD597'

red 186 ◦ green 213 ◦ blue 151

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

Shades of Sprout #BAD597

Tints of Sprout #BAD597

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

 BLUE value IS 151 (59.38% from 255) = 27.45%

R = 33.82%
G = 38.73%
B = 27.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#BAD597 (or 0xBAD597) is known color: Sprout. HEX triplet: BA, D5 and 97. RGB value is (186,213,151). Sum of RGB (Red+Green+Blue) = 186+213+151=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD597 is #452A68. Grayscale: #C6C6C6. Windows color (decimal): -4532841 or 9950650. OLE color: 9950650.

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

Color convert

RGB 186 213 151 -
CMYK 0.13 0 0.29 0.16
HSL 86.13º 0.42% 0.71% -
HSV(B) 86.13º 0.29% 0.84% -
XYZ 49.63 60.26 38.29 -
YUV 197.86 101.55 119.54 -
System Red Green Blue C M Y K H S L
Decimal 186 213 151 0.13 0 0.29 0.16 86.13 0.42 0.71
Hex BA D5 97 D 0 1D 10 56 2A 47
Octal 272 325 227 15 0 35 20 126 52 107
Binary 10111010 11010101 10010111 1101 0 11101 10000 1010110 101010 1000111

Color Harmonies of #BAD597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD597

Black with #BAD597

Text Example


Text Example

White with #BAD597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD597; }

 p { color: rgb(186,213,151); }

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

background-color css

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

 a { background-color: rgb(186,213,151); }

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

border-color css

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

 span { border-color: rgb(186,213,151); }

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