#BAFC59

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

Shades of Conifer #BAFC59

Tints of Conifer #BAFC59

Color information

#BAFC59 (or 0xBAFC59) is unknown color: approx Conifer. HEX triplet: BA, FC and 59. RGB value is (186,252,89). Sum of RGB (Red+Green+Blue) = 186+252+89=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC59 is #4503A6. Grayscale: #D6D6D6. Windows color (decimal): -4522919 or 5897402. OLE color: 5897402.

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

Color convert

RGB18625289-
CMYK0.2600.650.01
HSL84.29º96.45%66.86%-
HSV(B)84.29º64.68%98.82%-
XYZ56.8680.7822.05-
YUV213.6857.63108.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 252 (98.83% from 255) = 47.82%
BLUE value IS 89 (35.16% from 255) = 16.89%
R=35.29%
G=47.82%
B=16.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186252890.2600.650.0184.2996.4566.86
HexBAFC591A0411546043
Octal2723741313201011124140103
Binary1011101011111100101100111010010000011101010011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFC59; }

 p { color: rgb(186,252,89); }

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

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

 a { background-color: rgb(186,252,89); }

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

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

 span { border-color: rgb(186,252,89); }

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