#BAE247

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

Shades of Conifer #BAE247

Tints of Conifer #BAE247

Color information

#BAE247 (or 0xBAE247) is unknown color: approx Conifer. HEX triplet: BA, E2 and 47. RGB value is (186,226,71). Sum of RGB (Red+Green+Blue) = 186+226+71=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE247 is #451DB8. Grayscale: #C4C4C4. Windows color (decimal): -4529593 or 4711098. OLE color: 4711098.

HSL color Cylindrical-coordinate representation of color #BAE247: hue angle of 75.48º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAE247 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB18622671-
CMYK0.1800.690.11
HSL75.48º72.77%58.24%-
HSV(B)75.48º68.58%88.63%-
XYZ48.5865.2916-
YUV196.3757.25120.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.51%
GREEN value IS 226 (88.67% from 255) = 46.79%
BLUE value IS 71 (28.12% from 255) = 14.70%
R=38.51%
G=46.79%
B=14.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186226710.1800.690.1175.4872.7758.24
HexBAE24712045B4b493a
Octal2723421072201051311311172
Binary101110101110001010001111001001000101101110010111001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE247; }

 p { color: rgb(186,226,71); }

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

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

 a { background-color: rgb(186,226,71); }

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

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

 span { border-color: rgb(186,226,71); }

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