Html Css Color HEX #BAD091 Sprout

📋 copy color: '#BAD091'

red 186 ◦ green 208 ◦ blue 145

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

Shades of Sprout #BAD091

Tints of Sprout #BAD091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 26.9%

R = 34.51%
G = 38.59%
B = 26.9%

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

#BAD091 (or 0xBAD091) is known color: Sprout. HEX triplet: BA, D0 and 91. RGB value is (186,208,145). Sum of RGB (Red+Green+Blue) = 186+208+145=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD091 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD091 is #452F6E. Grayscale: #C2C2C2. Windows color (decimal): -4534127 or 9556154. OLE color: 9556154.

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

Color convert

RGB 186 208 145 -
CMYK 0.11 0 0.30 0.18
HSL 80.95º 0.4% 0.69% -
HSV(B) 80.95º 0.3% 0.82% -
XYZ 47.92 57.6 35.38 -
YUV 194.24 100.21 122.12 -
System Red Green Blue C M Y K H S L
Decimal 186 208 145 0.11 0 0.30 0.18 80.95 0.4 0.69
Hex BA D0 91 B 0 1E 12 51 28 45
Octal 272 320 221 13 0 36 22 121 50 105
Binary 10111010 11010000 10010001 1011 0 11110 10010 1010001 101000 1000101

Color Harmonies of #BAD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD091

Black with #BAD091

Text Example


Text Example

White with #BAD091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD091; }

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

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

background-color css

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

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

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

border-color css

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

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

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