#BAD688

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

Shades of Sprout #BAD688

Tints of Sprout #BAD688

Color information

#BAD688 (or 0xBAD688) is unknown color: approx Sprout. HEX triplet: BA, D6 and 88. RGB value is (186,214,136). Sum of RGB (Red+Green+Blue) = 186+214+136=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD688 is #452977. Grayscale: #C5C5C5. Windows color (decimal): -4532600 or 8967866. OLE color: 8967866.

HSL color Cylindrical-coordinate representation of color #BAD688: hue angle of 81.54º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAD688 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB186214136-
CMYK0.1300.360.16
HSL81.54º48.75%68.63%-
HSV(B)81.54º36.45%83.92%-
XYZ48.7460.3132.36-
YUV196.7493.72120.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=34.70%
G=39.93%
B=25.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862141360.1300.360.1681.5448.7568.63
HexBAD688D02410523145
Octal272326210150442012261105
Binary101110101101011010001000110101001001000010100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD688; }

 p { color: rgb(186,214,136); }

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

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

 a { background-color: rgb(186,214,136); }

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

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

 span { border-color: rgb(186,214,136); }

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