Html Css Color HEX #BAD097 Sprout

📋 copy color: '#BAD097'

red 186 ◦ green 208 ◦ blue 151

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

Shades of Sprout #BAD097

Tints of Sprout #BAD097

RGB

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

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

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

R = 34.13%
G = 38.17%
B = 27.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#BAD097 (or 0xBAD097) is known color: Sprout. HEX triplet: BA, D0 and 97. RGB value is (186,208,151). Sum of RGB (Red+Green+Blue) = 186+208+151=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 208 (81.64% from 255 or 38.17% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD097 is #452F68. Grayscale: #C3C3C3. Windows color (decimal): -4534121 or 9949370. OLE color: 9949370.

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

Color convert

RGB 186 208 151 -
CMYK 0.11 0 0.27 0.18
HSL 83.16º 0.38% 0.7% -
HSV(B) 83.16º 0.27% 0.82% -
XYZ 48.39 57.79 37.88 -
YUV 194.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 186 208 151 0.11 0 0.27 0.18 83.16 0.38 0.7
Hex BA D0 97 B 0 1B 12 53 26 46
Octal 272 320 227 13 0 33 22 123 46 106
Binary 10111010 11010000 10010111 1011 0 11011 10010 1010011 100110 1000110

Color Harmonies of #BAD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD097

Black with #BAD097

Text Example


Text Example

White with #BAD097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD097; }

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

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

background-color css

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

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

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

border-color css

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

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

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