Html Css Color HEX #BADA94 Sprout

📋 copy color: '#BADA94'

red 186 ◦ green 218 ◦ blue 148

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

Shades of Sprout #BADA94

Tints of Sprout #BADA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 33.7%
G = 39.49%
B = 26.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BADA94 (or 0xBADA94) is known color: Sprout. HEX triplet: BA, DA and 94. RGB value is (186,218,148). Sum of RGB (Red+Green+Blue) = 186+218+148=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 218 (85.55% from 255 or 39.49% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA94 is #45256B. Grayscale: #C8C8C8. Windows color (decimal): -4531564 or 9755322. OLE color: 9755322.

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

Color convert

RGB 186 218 148 -
CMYK 0.15 0 0.32 0.15
HSL 87.43º 0.49% 0.72% -
HSV(B) 87.43º 0.32% 0.85% -
XYZ 50.67 62.72 37.45 -
YUV 200.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 186 218 148 0.15 0 0.32 0.15 87.43 0.49 0.72
Hex BA DA 94 F 0 20 F 57 31 48
Octal 272 332 224 17 0 40 17 127 61 110
Binary 10111010 11011010 10010100 1111 0 100000 1111 1010111 110001 1001000

Color Harmonies of #BADA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA94

Black with #BADA94

Text Example


Text Example

White with #BADA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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