#BAE75E

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

Shades of Conifer #BAE75E

Tints of Conifer #BAE75E

Color information

#BAE75E (or 0xBAE75E) is unknown color: approx Conifer. HEX triplet: BA, E7 and 5E. RGB value is (186,231,94). Sum of RGB (Red+Green+Blue) = 186+231+94=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 94 (37.11% from 255 or 18.40% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE75E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE75E is #4518A1. Grayscale: #CACACA. Windows color (decimal): -4528290 or 6219706. OLE color: 6219706.

HSL color Cylindrical-coordinate representation of color #BAE75E: hue angle of 79.71º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAE75E is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB18623194-
CMYK0.1900.590.09
HSL79.71º74.05%63.73%-
HSV(B)79.71º59.31%90.59%-
XYZ50.8568.421.11-
YUV201.9367.09116.64-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 231 (90.62% from 255) = 45.21%
BLUE value IS 94 (37.11% from 255) = 18.40%
R=36.40%
G=45.21%
B=18.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186231940.1900.590.0979.7174.0563.73
HexBAE75E1303B9504a40
Octal2723471362307311120112100
Binary101110101110011110111101001101110111001101000010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE75E; }

 p { color: rgb(186,231,94); }

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

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

 a { background-color: rgb(186,231,94); }

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

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

 span { border-color: rgb(186,231,94); }

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