#BADB8E

Color #BADB8E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BADB8E

Tints of Sprout #BADB8E

Color information

#BADB8E (or 0xBADB8E) is unknown color: approx Sprout. HEX triplet: BA, DB and 8E. RGB value is (186,219,142). Sum of RGB (Red+Green+Blue) = 186+219+142=547 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.00% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADB8E is #452471. Grayscale: #C8C8C8. Windows color (decimal): -4531314 or 9362362. OLE color: 9362362.

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

Color convert

RGB186219142-
CMYK0.1500.350.14
HSL85.71º51.68%70.78%-
HSV(B)85.71º35.16%85.88%-
XYZ50.4663.0635.1-
YUV200.3695.07117.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.00%
GREEN value IS 219 (85.94% from 255) = 40.04%
BLUE value IS 142 (55.86% from 255) = 25.96%
R=34.00%
G=40.04%
B=25.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862191420.1500.350.1485.7151.6870.78
HexBADB8EF023E563447
Octal272333216170431612664107
Binary10111010110110111000111011110100011111010101101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADB8E; }

 p { color: rgb(186,219,142); }

 H1.HeaderClassName
 {
   color: #BADB8E;
 }
 .AnyTagClassName
 {
   color: #BADB8E;
 }
</style>
background-color css

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

 a { background-color: rgb(186,219,142); }

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

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

 span { border-color: rgb(186,219,142); }

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