#BAFA60

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

Shades of Conifer #BAFA60

Tints of Conifer #BAFA60

Color information

#BAFA60 (or 0xBAFA60) is unknown color: approx Conifer. HEX triplet: BA, FA and 60. RGB value is (186,250,96). Sum of RGB (Red+Green+Blue) = 186+250+96=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA60 is #45059F. Grayscale: #D5D5D5. Windows color (decimal): -4523424 or 6355642. OLE color: 6355642.

HSL color Cylindrical-coordinate representation of color #BAFA60: hue angle of 84.94º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAFA60 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB18625096-
CMYK0.2600.620.02
HSL84.94º93.9%67.84%-
HSV(B)84.94º61.6%98.04%-
XYZ56.5579.6523.46-
YUV213.3161.8108.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 250 (98.05% from 255) = 46.99%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=34.96%
G=46.99%
B=18.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186250960.2600.620.0284.9493.967.84
HexBAFA601A03E2555e44
Octal272372140320762125136104
Binary1011101011111010110000011010011111010101010110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFA60; }

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

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

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

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

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

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

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

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