Html Css Color HEX #BADA8D Sprout

📋 copy color: '#BADA8D'

red 186 ◦ green 218 ◦ blue 141

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

Shades of Sprout #BADA8D

Tints of Sprout #BADA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 34.13%
G = 40%
B = 25.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#BADA8D (or 0xBADA8D) is known color: Sprout. HEX triplet: BA, DA and 8D. RGB value is (186,218,141). Sum of RGB (Red+Green+Blue) = 186+218+141=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA8D is #452572. Grayscale: #C7C7C7. Windows color (decimal): -4531571 or 9296570. OLE color: 9296570.

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

Color convert

RGB 186 218 141 -
CMYK 0.15 0 0.35 0.15
HSL 84.94º 0.51% 0.7% -
HSV(B) 84.94º 0.35% 0.85% -
XYZ 50.13 62.51 34.62 -
YUV 199.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 186 218 141 0.15 0 0.35 0.15 84.94 0.51 0.7
Hex BA DA 8D F 0 23 F 55 33 46
Octal 272 332 215 17 0 43 17 125 63 106
Binary 10111010 11011010 10001101 1111 0 100011 1111 1010101 110011 1000110

Color Harmonies of #BADA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA8D

Black with #BADA8D

Text Example


Text Example

White with #BADA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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