Html Css Color HEX #BADF95 Sprout

📋 copy color: '#BADF95'

red 186 ◦ green 223 ◦ blue 149

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

Shades of Sprout #BADF95

Tints of Sprout #BADF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.96%

 BLUE value IS 149 (58.59% from 255) = 26.7%

R = 33.33%
G = 39.96%
B = 26.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BADF95 (or 0xBADF95) is known color: Sprout. HEX triplet: BA, DF and 95. RGB value is (186,223,149). Sum of RGB (Red+Green+Blue) = 186+223+149=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF95 is #45206A. Grayscale: #CBCBCB. Windows color (decimal): -4530283 or 9822138. OLE color: 9822138.

HSL color Cylindrical-coordinate representation of color #BADF95: hue angle of 90º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BADF95 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 149 -
CMYK 0.17 0 0.33 0.13
HSL 90º 0.54% 0.73% -
HSV(B) 90º 0.33% 0.87% -
XYZ 52.06 65.38 38.31 -
YUV 203.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 186 223 149 0.17 0 0.33 0.13 90 0.54 0.73
Hex BA DF 95 11 0 21 D 5A 36 49
Octal 272 337 225 21 0 41 15 132 66 111
Binary 10111010 11011111 10010101 10001 0 100001 1101 1011010 110110 1001001

Color Harmonies of #BADF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF95

Black with #BADF95

Text Example


Text Example

White with #BADF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF95; }

 p { color: rgb(186,223,149); }

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

background-color css

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

 a { background-color: rgb(186,223,149); }

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

border-color css

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

 span { border-color: rgb(186,223,149); }

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