#BAFA53

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

Shades of Conifer #BAFA53

Tints of Conifer #BAFA53

Color information

#BAFA53 (or 0xBAFA53) is unknown color: approx Conifer. HEX triplet: BA, FA and 53. RGB value is (186,250,83). Sum of RGB (Red+Green+Blue) = 186+250+83=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 83 (32.81% from 255 or 15.99% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #BAFA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFA53 is #4505AC. Grayscale: #D4D4D4. Windows color (decimal): -4523437 or 5503674. OLE color: 5503674.

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

Color convert

RGB18625083-
CMYK0.2600.670.02
HSL82.99º94.35%65.29%-
HSV(B)82.99º66.8%98.04%-
XYZ5679.4320.56-
YUV211.8355.3109.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 250 (98.05% from 255) = 48.17%
BLUE value IS 83 (32.81% from 255) = 15.99%
R=35.84%
G=48.17%
B=15.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186250830.2600.670.0282.9994.3565.29
HexBAFA531A0432535e41
Octal2723721233201032123136101
Binary10111010111110101010011110100100001110101001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFA53; }

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

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

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

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

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

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

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

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