#BAF459

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

Shades of Conifer #BAF459

Tints of Conifer #BAF459

Color information

#BAF459 (or 0xBAF459) is unknown color: approx Conifer. HEX triplet: BA, F4 and 59. RGB value is (186,244,89). Sum of RGB (Red+Green+Blue) = 186+244+89=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF459 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF459 is #450BA6. Grayscale: #D1D1D1. Windows color (decimal): -4524967 or 5895354. OLE color: 5895354.

HSL color Cylindrical-coordinate representation of color #BAF459: hue angle of 82.45º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF459 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB18624489-
CMYK0.2400.640.04
HSL82.45º87.57%65.29%-
HSV(B)82.45º63.52%95.69%-
XYZ54.475.8621.23-
YUV208.9960.28111.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 244 (95.70% from 255) = 47.01%
BLUE value IS 89 (35.16% from 255) = 17.15%
R=35.84%
G=47.01%
B=17.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186244890.2400.640.0482.4587.5765.29
HexBAF459180404525841
Octal2723641313001004122130101
Binary101110101111010010110011100001000000100101001010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF459; }

 p { color: rgb(186,244,89); }

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

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

 a { background-color: rgb(186,244,89); }

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

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

 span { border-color: rgb(186,244,89); }

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