Html Css Color HEX #BADA8C Sprout

📋 copy color: '#BADA8C'

red 186 ◦ green 218 ◦ blue 140

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

Shades of Sprout #BADA8C

Tints of Sprout #BADA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.74%

R = 34.19%
G = 40.07%
B = 25.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#BADA8C (or 0xBADA8C) is known color: Sprout. HEX triplet: BA, DA and 8C. RGB value is (186,218,140). Sum of RGB (Red+Green+Blue) = 186+218+140=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADA8C is #452573. Grayscale: #C7C7C7. Windows color (decimal): -4531572 or 9231034. OLE color: 9231034.

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

Color convert

RGB 186 218 140 -
CMYK 0.15 0 0.36 0.15
HSL 84.62º 0.51% 0.7% -
HSV(B) 84.62º 0.36% 0.85% -
XYZ 50.05 62.48 34.23 -
YUV 199.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 186 218 140 0.15 0 0.36 0.15 84.62 0.51 0.7
Hex BA DA 8C F 0 24 F 55 33 46
Octal 272 332 214 17 0 44 17 125 63 106
Binary 10111010 11011010 10001100 1111 0 100100 1111 1010101 110011 1000110

Color Harmonies of #BADA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADA8C

Black with #BADA8C

Text Example


Text Example

White with #BADA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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