#BAFA51

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

Shades of Conifer #BAFA51

Tints of Conifer #BAFA51

Color information

#BAFA51 (or 0xBAFA51) is unknown color: approx Conifer. HEX triplet: BA, FA and 51. RGB value is (186,250,81). Sum of RGB (Red+Green+Blue) = 186+250+81=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 81 (32.03% from 255 or 15.67% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA51 is #4505AE. Grayscale: #D4D4D4. Windows color (decimal): -4523439 or 5372602. OLE color: 5372602.

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

Color convert

RGB18625081-
CMYK0.2600.680.02
HSL82.72º94.41%64.9%-
HSV(B)82.72º67.6%98.04%-
XYZ55.9279.420.16-
YUV211.654.3109.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 250 (98.05% from 255) = 48.36%
BLUE value IS 81 (32.03% from 255) = 15.67%
R=35.98%
G=48.36%
B=15.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186250810.2600.680.0282.7294.4164.9
HexBAFA511A0442535e41
Octal2723721213201042123136101
Binary10111010111110101010001110100100010010101001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFA51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFA51; }

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

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

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

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

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

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

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

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