Html Css Color HEX #BADA90 Sprout

📋 copy color: '#BADA90'

red 186 ◦ green 218 ◦ blue 144

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

Shades of Sprout #BADA90

Tints of Sprout #BADA90

RGB

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

 GREEN value IS 218 (85.55% from 255) = 39.78%

 BLUE value IS 144 (56.64% from 255) = 26.28%

R = 33.94%
G = 39.78%
B = 26.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#BADA90 (or 0xBADA90) is known color: Sprout. HEX triplet: BA, DA and 90. RGB value is (186,218,144). Sum of RGB (Red+Green+Blue) = 186+218+144=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA90 is #45256F. Grayscale: #C8C8C8. Windows color (decimal): -4531568 or 9493178. OLE color: 9493178.

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

Color convert

RGB 186 218 144 -
CMYK 0.15 0 0.34 0.15
HSL 85.95º 0.5% 0.71% -
HSV(B) 85.95º 0.34% 0.85% -
XYZ 50.36 62.6 35.81 -
YUV 200 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 186 218 144 0.15 0 0.34 0.15 85.95 0.5 0.71
Hex BA DA 90 F 0 22 F 56 32 47
Octal 272 332 220 17 0 42 17 126 62 107
Binary 10111010 11011010 10010000 1111 0 100010 1111 1010110 110010 1000111

Color Harmonies of #BADA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA90

Black with #BADA90

Text Example


Text Example

White with #BADA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA90; }

 p { color: rgb(186,218,144); }

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

background-color css

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

 a { background-color: rgb(186,218,144); }

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

border-color css

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

 span { border-color: rgb(186,218,144); }

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