#BAE457

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

Shades of Conifer #BAE457

Tints of Conifer #BAE457

Color information

#BAE457 (or 0xBAE457) is unknown color: approx Conifer. HEX triplet: BA, E4 and 57. RGB value is (186,228,87). Sum of RGB (Red+Green+Blue) = 186+228+87=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 228 (89.45% from 255 or 45.51% from 501); Blue value is 87 (34.38% from 255 or 17.37% from 501); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE457 is #451BA8. Grayscale: #C7C7C7. Windows color (decimal): -4529065 or 5760186. OLE color: 5760186.

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

Color convert

RGB18622887-
CMYK0.1800.620.11
HSL77.87º72.31%61.76%-
HSV(B)77.87º61.84%89.41%-
XYZ49.7166.6119.25-
YUV199.3764.59118.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 228 (89.45% from 255) = 45.51%
BLUE value IS 87 (34.38% from 255) = 17.37%
R=37.13%
G=45.51%
B=17.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186228870.1800.620.1177.8772.3161.76
HexBAE4571203EB4e483e
Octal272344127220761311611076
Binary10111010111001001010111100100111110101110011101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE457; }

 p { color: rgb(186,228,87); }

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

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

 a { background-color: rgb(186,228,87); }

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

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

 span { border-color: rgb(186,228,87); }

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