#BAF447

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

Shades of Conifer #BAF447

Tints of Conifer #BAF447

Color information

#BAF447 (or 0xBAF447) is unknown color: approx Conifer. HEX triplet: BA, F4 and 47. RGB value is (186,244,71). Sum of RGB (Red+Green+Blue) = 186+244+71=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 71 (28.12% from 255 or 14.17% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF447 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF447 is #450BB8. Grayscale: #CFCFCF. Windows color (decimal): -4524985 or 4715706. OLE color: 4715706.

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

Color convert

RGB18624471-
CMYK0.2400.710.04
HSL80.12º88.72%61.76%-
HSV(B)80.12º70.9%95.69%-
XYZ53.7475.617.72-
YUV206.9451.28113.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 244 (95.70% from 255) = 48.70%
BLUE value IS 71 (28.12% from 255) = 14.17%
R=37.13%
G=48.70%
B=14.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186244710.2400.710.0480.1288.7261.76
HexBAF44718047450593e
Octal272364107300107412013176
Binary10111010111101001000111110000100011110010100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF447; }

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

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

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

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

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

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

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

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