#BAF15F

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

Shades of Conifer #BAF15F

Tints of Conifer #BAF15F

Color information

#BAF15F (or 0xBAF15F) is unknown color: approx Conifer. HEX triplet: BA, F1 and 5F. RGB value is (186,241,95). Sum of RGB (Red+Green+Blue) = 186+241+95=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 95 (37.5% from 255 or 18.20% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF15F is #450EA0. Grayscale: #D0D0D0. Windows color (decimal): -4525729 or 6287802. OLE color: 6287802.

HSL color Cylindrical-coordinate representation of color #BAF15F: hue angle of 82.6º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF15F is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB18624195-
CMYK0.2300.610.05
HSL82.6º83.91%65.88%-
HSV(B)82.6º60.58%94.51%-
XYZ53.7774.1822.31-
YUV207.9164.28112.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 241 (94.53% from 255) = 46.17%
BLUE value IS 95 (37.5% from 255) = 18.20%
R=35.63%
G=46.17%
B=18.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186241950.2300.610.0582.683.9165.88
HexBAF15F1703D5535442
Octal272361137270755123124102
Binary10111010111100011011111101110111101101101001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF15F; }

 p { color: rgb(186,241,95); }

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

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

 a { background-color: rgb(186,241,95); }

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

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

 span { border-color: rgb(186,241,95); }

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