#BAF649

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

Shades of Conifer #BAF649

Tints of Conifer #BAF649

Color information

#BAF649 (or 0xBAF649) is unknown color: approx Conifer. HEX triplet: BA, F6 and 49. RGB value is (186,246,73). Sum of RGB (Red+Green+Blue) = 186+246+73=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF649 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF649 is #4509B6. Grayscale: #D0D0D0. Windows color (decimal): -4524471 or 4847290. OLE color: 4847290.

HSL color Cylindrical-coordinate representation of color #BAF649: hue angle of 80.81º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF649 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB18624673-
CMYK0.2400.700.04
HSL80.81º90.58%62.55%-
HSV(B)80.81º70.33%96.47%-
XYZ54.4176.8318.27-
YUV208.3451.62112.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 246 (96.48% from 255) = 48.71%
BLUE value IS 73 (28.91% from 255) = 14.46%
R=36.83%
G=48.71%
B=14.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186246730.2400.700.0480.8190.5862.55
HexBAF649180464515b3f
Octal272366111300106412113377
Binary10111010111101101001001110000100011010010100011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF649; }

 p { color: rgb(186,246,73); }

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

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

 a { background-color: rgb(186,246,73); }

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

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

 span { border-color: rgb(186,246,73); }

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