Html Css Color HEX #BADC93 Sprout

📋 copy color: '#BADC93'

red 186 ◦ green 220 ◦ blue 147

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

Shades of Sprout #BADC93

Tints of Sprout #BADC93

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.78%

 BLUE value IS 147 (57.81% from 255) = 26.58%

R = 33.63%
G = 39.78%
B = 26.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#BADC93 (or 0xBADC93) is known color: Sprout. HEX triplet: BA, DC and 93. RGB value is (186,220,147). Sum of RGB (Red+Green+Blue) = 186+220+147=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 147 (57.81% from 255 or 26.58% from 553); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC93 is #45236C. Grayscale: #C9C9C9. Windows color (decimal): -4531053 or 9690298. OLE color: 9690298.

HSL color Cylindrical-coordinate representation of color #BADC93: hue angle of 87.95º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BADC93 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 220 147 -
CMYK 0.15 0 0.33 0.14
HSL 87.95º 0.51% 0.72% -
HSV(B) 87.95º 0.33% 0.86% -
XYZ 51.11 63.73 37.21 -
YUV 201.51 97.24 116.94 -
System Red Green Blue C M Y K H S L
Decimal 186 220 147 0.15 0 0.33 0.14 87.95 0.51 0.72
Hex BA DC 93 F 0 21 E 58 33 48
Octal 272 334 223 17 0 41 16 130 63 110
Binary 10111010 11011100 10010011 1111 0 100001 1110 1011000 110011 1001000

Color Harmonies of #BADC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADC93

Black with #BADC93

Text Example


Text Example

White with #BADC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADC93; }

 p { color: rgb(186,220,147); }

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

background-color css

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

 a { background-color: rgb(186,220,147); }

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

border-color css

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

 span { border-color: rgb(186,220,147); }

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