#BAE05F

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

Shades of Conifer #BAE05F

Tints of Conifer #BAE05F

Color information

#BAE05F (or 0xBAE05F) is unknown color: approx Conifer. HEX triplet: BA, E0 and 5F. RGB value is (186,224,95). Sum of RGB (Red+Green+Blue) = 186+224+95=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE05F is #451FA0. Grayscale: #C6C6C6. Windows color (decimal): -4530081 or 6283450. OLE color: 6283450.

HSL color Cylindrical-coordinate representation of color #BAE05F: hue angle of 77.67º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE05F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB18622495-
CMYK0.1700.580.12
HSL77.67º67.54%62.55%-
HSV(B)77.67º57.59%87.84%-
XYZ48.9764.5820.71-
YUV197.9369.91119.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 224 (87.89% from 255) = 44.36%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=36.83%
G=44.36%
B=18.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186224950.1700.580.1277.6767.5462.55
HexBAE05F1103AC4e443f
Octal272340137210721411610477
Binary10111010111000001011111100010111010110010011101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE05F; }

 p { color: rgb(186,224,95); }

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

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

 a { background-color: rgb(186,224,95); }

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

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

 span { border-color: rgb(186,224,95); }

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