Html Css Color HEX #BAD892 Sprout

📋 copy color: '#BAD892'

red 186 ◦ green 216 ◦ blue 146

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

Shades of Sprout #BAD892

Tints of Sprout #BAD892

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.42%

 BLUE value IS 146 (57.42% from 255) = 26.64%

R = 33.94%
G = 39.42%
B = 26.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BAD892 (or 0xBAD892) is known color: Sprout. HEX triplet: BA, D8 and 92. RGB value is (186,216,146). Sum of RGB (Red+Green+Blue) = 186+216+146=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD892 is #45276D. Grayscale: #C7C7C7. Windows color (decimal): -4532078 or 9623738. OLE color: 9623738.

HSL color Cylindrical-coordinate representation of color #BAD892: hue angle of 85.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAD892 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 216 146 -
CMYK 0.14 0 0.32 0.15
HSL 85.71º 0.47% 0.71% -
HSV(B) 85.71º 0.32% 0.85% -
XYZ 49.99 61.63 36.45 -
YUV 199.05 98.06 118.69 -
System Red Green Blue C M Y K H S L
Decimal 186 216 146 0.14 0 0.32 0.15 85.71 0.47 0.71
Hex BA D8 92 E 0 20 F 56 2F 47
Octal 272 330 222 16 0 40 17 126 57 107
Binary 10111010 11011000 10010010 1110 0 100000 1111 1010110 101111 1000111

Color Harmonies of #BAD892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD892

Black with #BAD892

Text Example


Text Example

White with #BAD892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD892; }

 p { color: rgb(186,216,146); }

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

background-color css

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

 a { background-color: rgb(186,216,146); }

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

border-color css

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

 span { border-color: rgb(186,216,146); }

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