#BAE94D

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

Shades of Conifer #BAE94D

Tints of Conifer #BAE94D

Color information

#BAE94D (or 0xBAE94D) is unknown color: approx Conifer. HEX triplet: BA, E9 and 4D. RGB value is (186,233,77). Sum of RGB (Red+Green+Blue) = 186+233+77=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 77 (30.47% from 255 or 15.52% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE94D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE94D is #4516B2. Grayscale: #C9C9C9. Windows color (decimal): -4527795 or 5106106. OLE color: 5106106.

HSL color Cylindrical-coordinate representation of color #BAE94D: hue angle of 78.08º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE94D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB18623377-
CMYK0.2000.670.09
HSL78.08º78%60.78%-
HSV(B)78.08º66.95%91.37%-
XYZ50.7369.2517.71-
YUV201.1657.93117.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 233 (91.41% from 255) = 46.98%
BLUE value IS 77 (30.47% from 255) = 15.52%
R=37.5%
G=46.98%
B=15.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186233770.2000.670.0978.087860.78
HexBAE94D1404394e4e3d
Octal2723511152401031111611675
Binary101110101110100110011011010001000011100110011101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE94D; }

 p { color: rgb(186,233,77); }

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

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

 a { background-color: rgb(186,233,77); }

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

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

 span { border-color: rgb(186,233,77); }

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