#BACF93

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

Shades of Sprout #BACF93

Tints of Sprout #BACF93

Color information

#BACF93 (or 0xBACF93) is unknown color: approx Sprout. HEX triplet: BA, CF and 93. RGB value is (186,207,147). Sum of RGB (Red+Green+Blue) = 186+207+147=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 207 (81.25% from 255 or 38.33% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF93 is #45306C. Grayscale: #C2C2C2. Windows color (decimal): -4534381 or 9686970. OLE color: 9686970.

HSL color Cylindrical-coordinate representation of color #BACF93: hue angle of 81º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BACF93 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB186207147-
CMYK0.1000.290.19
HSL81º38.46%69.41%-
HSV(B)81º28.99%81.18%-
XYZ47.8357.1736.12-
YUV193.88101.54122.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 207 (81.25% from 255) = 38.33%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=34.44%
G=38.33%
B=27.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071470.1000.290.198138.4669.41
HexBACF93A01D13512645
Octal272317223120352312146105
Binary10111010110011111001001110100111011001110100011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF93; }

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

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

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

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

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

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

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

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