#BAE94A

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

Shades of Conifer #BAE94A

Tints of Conifer #BAE94A

Color information

#BAE94A (or 0xBAE94A) is unknown color: approx Conifer. HEX triplet: BA, E9 and 4A. RGB value is (186,233,74). Sum of RGB (Red+Green+Blue) = 186+233+74=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 74 (29.30% from 255 or 15.01% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE94A is #4516B5. Grayscale: #C9C9C9. Windows color (decimal): -4527798 or 4909498. OLE color: 4909498.

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

Color convert

RGB18623374-
CMYK0.2000.680.09
HSL77.74º78.33%60.2%-
HSV(B)77.74º68.24%91.37%-
XYZ50.6269.2117.17-
YUV200.8256.43117.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.73%
GREEN value IS 233 (91.41% from 255) = 47.26%
BLUE value IS 74 (29.30% from 255) = 15.01%
R=37.73%
G=47.26%
B=15.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186233740.2000.680.0977.7478.3360.2
HexBAE94A1404494e4e3c
Octal2723511122401041111611674
Binary101110101110100110010101010001000100100110011101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE94A; }

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

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

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

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

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

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

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

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