#BACD95

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

Shades of Sprout #BACD95

Tints of Sprout #BACD95

Color information

#BACD95 (or 0xBACD95) is unknown color: approx Sprout. HEX triplet: BA, CD and 95. RGB value is (186,205,149). Sum of RGB (Red+Green+Blue) = 186+205+149=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD95 is #45326A. Grayscale: #C1C1C1. Windows color (decimal): -4534891 or 9817530. OLE color: 9817530.

HSL color Cylindrical-coordinate representation of color #BACD95: hue angle of 80.36º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACD95 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB186205149-
CMYK0.0900.270.20
HSL80.36º35.9%69.41%-
HSV(B)80.36º27.32%80.39%-
XYZ47.5156.2736.79-
YUV192.93103.21123.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 205 (80.47% from 255) = 37.96%
BLUE value IS 149 (58.59% from 255) = 27.59%
R=34.44%
G=37.96%
B=27.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051490.0900.270.2080.3635.969.41
HexBACD95901B14502445
Octal272315225110332412044105
Binary10111010110011011001010110010110111010010100001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD95; }

 p { color: rgb(186,205,149); }

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

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

 a { background-color: rgb(186,205,149); }

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

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

 span { border-color: rgb(186,205,149); }

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