#BAE14E

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

Shades of Conifer #BAE14E

Tints of Conifer #BAE14E

Color information

#BAE14E (or 0xBAE14E) is unknown color: approx Conifer. HEX triplet: BA, E1 and 4E. RGB value is (186,225,78). Sum of RGB (Red+Green+Blue) = 186+225+78=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE14E is #451EB1. Grayscale: #C5C5C5. Windows color (decimal): -4529842 or 5169594. OLE color: 5169594.

HSL color Cylindrical-coordinate representation of color #BAE14E: hue angle of 75.92º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAE14E is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB18622578-
CMYK0.1700.650.12
HSL75.92º71.01%59.41%-
HSV(B)75.92º65.33%88.24%-
XYZ48.5564.8417.16-
YUV196.5861.08120.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.04%
GREEN value IS 225 (88.28% from 255) = 46.01%
BLUE value IS 78 (30.86% from 255) = 15.95%
R=38.04%
G=46.01%
B=15.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186225780.1700.650.1275.9271.0159.41
HexBAE14E11041C4c473b
Octal2723411162101011411410773
Binary101110101110000110011101000101000001110010011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE14E; }

 p { color: rgb(186,225,78); }

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

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

 a { background-color: rgb(186,225,78); }

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

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

 span { border-color: rgb(186,225,78); }

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