#BAED5F

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

Shades of Conifer #BAED5F

Tints of Conifer #BAED5F

Color information

#BAED5F (or 0xBAED5F) is unknown color: approx Conifer. HEX triplet: BA, ED and 5F. RGB value is (186,237,95). Sum of RGB (Red+Green+Blue) = 186+237+95=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 95 (37.5% from 255 or 18.34% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAED5F is #4512A0. Grayscale: #CECECE. Windows color (decimal): -4526753 or 6286778. OLE color: 6286778.

HSL color Cylindrical-coordinate representation of color #BAED5F: hue angle of 81.55º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAED5F is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB18623795-
CMYK0.2200.600.07
HSL81.55º79.78%65.1%-
HSV(B)81.55º59.92%92.94%-
XYZ52.671.8321.92-
YUV205.5665.6114.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 95 (37.5% from 255) = 18.34%
R=35.91%
G=45.75%
B=18.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186237950.2200.600.0781.5579.7865.1
HexBAED5F1603C7525041
Octal272355137260747122120101
Binary10111010111011011011111101100111100111101001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED5F; }

 p { color: rgb(186,237,95); }

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

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

 a { background-color: rgb(186,237,95); }

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

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

 span { border-color: rgb(186,237,95); }

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