Html Css Color HEX #BADD92 Sprout

📋 copy color: '#BADD92'

red 186 ◦ green 221 ◦ blue 146

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

Shades of Sprout #BADD92

Tints of Sprout #BADD92

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.96%

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

R = 33.63%
G = 39.96%
B = 26.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BADD92 (or 0xBADD92) is known color: Sprout. HEX triplet: BA, DD and 92. RGB value is (186,221,146). Sum of RGB (Red+Green+Blue) = 186+221+146=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD92 is #45226D. Grayscale: #CACACA. Windows color (decimal): -4530798 or 9625018. OLE color: 9625018.

HSL color Cylindrical-coordinate representation of color #BADD92: hue angle of 88º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BADD92 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 146 -
CMYK 0.16 0 0.34 0.13
HSL 88º 0.52% 0.72% -
HSV(B) 88º 0.34% 0.87% -
XYZ 51.29 64.23 36.89 -
YUV 201.99 96.4 116.6 -
System Red Green Blue C M Y K H S L
Decimal 186 221 146 0.16 0 0.34 0.13 88 0.52 0.72
Hex BA DD 92 10 0 22 D 58 34 48
Octal 272 335 222 20 0 42 15 130 64 110
Binary 10111010 11011101 10010010 10000 0 100010 1101 1011000 110100 1001000

Color Harmonies of #BADD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD92

Black with #BADD92

Text Example


Text Example

White with #BADD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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