#BAED40

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

Shades of Conifer #BAED40

Tints of Conifer #BAED40

Color information

#BAED40 (or 0xBAED40) is unknown color: approx Conifer. HEX triplet: BA, ED and 40. RGB value is (186,237,64). Sum of RGB (Red+Green+Blue) = 186+237+64=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED40 is #4512BF. Grayscale: #CACACA. Windows color (decimal): -4526784 or 4255162. OLE color: 4255162.

HSL color Cylindrical-coordinate representation of color #BAED40: hue angle of 77.69º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAED40 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB18623764-
CMYK0.2200.730.07
HSL77.69º82.78%59.02%-
HSV(B)77.69º73%92.94%-
XYZ51.4671.3815.92-
YUV202.0350.1116.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 237 (92.97% from 255) = 48.67%
BLUE value IS 64 (25.39% from 255) = 13.14%
R=38.19%
G=48.67%
B=13.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186237640.2200.730.0777.6982.7859.02
HexBAED401604974e533b
Octal272355100260111711612373
Binary10111010111011011000000101100100100111110011101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED40; }

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

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

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

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

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

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

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

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