#BAFC5D

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

Shades of Conifer #BAFC5D

Tints of Conifer #BAFC5D

Color information

#BAFC5D (or 0xBAFC5D) is unknown color: approx Conifer. HEX triplet: BA, FC and 5D. RGB value is (186,252,93). Sum of RGB (Red+Green+Blue) = 186+252+93=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 252 (98.83% from 255 or 47.46% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC5D is #4503A2. Grayscale: #D6D6D6. Windows color (decimal): -4522915 or 6159546. OLE color: 6159546.

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

Color convert

RGB18625293-
CMYK0.2600.630.01
HSL84.91º96.36%67.65%-
HSV(B)84.91º63.1%98.82%-
XYZ57.0480.8522.96-
YUV214.1459.63107.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.03%
GREEN value IS 252 (98.83% from 255) = 47.46%
BLUE value IS 93 (36.72% from 255) = 17.51%
R=35.03%
G=47.46%
B=17.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal186252930.2600.630.0184.9196.3667.65
HexBAFC5D1A03F1556044
Octal272374135320771125140104
Binary101110101111110010111011101001111111101010111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFC5D; }

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

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

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

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

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

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

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

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