#BAFE60

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

Shades of Conifer #BAFE60

Tints of Conifer #BAFE60

Color information

#BAFE60 (or 0xBAFE60) is unknown color: approx Conifer. HEX triplet: BA, FE and 60. RGB value is (186,254,96). Sum of RGB (Red+Green+Blue) = 186+254+96=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFE60 is #45019F. Grayscale: #D8D8D8. Windows color (decimal): -4522400 or 6356666. OLE color: 6356666.

HSL color Cylindrical-coordinate representation of color #BAFE60: hue angle of 85.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAFE60 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.

Color convert

RGB18625496-
CMYK0.2700.620.00
HSL85.82º98.75%68.63%-
HSV(B)85.82º62.2%99.61%-
XYZ57.882.1723.88-
YUV215.6660.47106.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.70%
GREEN value IS 254 (99.61% from 255) = 47.39%
BLUE value IS 96 (37.89% from 255) = 17.91%
R=34.70%
G=47.39%
B=17.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal186254960.2700.620.0085.8298.7568.63
HexBAFE601B03E0566345
Octal272376140330760126143105
Binary101110101111111011000001101101111100101011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFE60; }

 p { color: rgb(186,254,96); }

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

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

 a { background-color: rgb(186,254,96); }

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

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

 span { border-color: rgb(186,254,96); }

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