#BAE061

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

Shades of Conifer #BAE061

Tints of Conifer #BAE061

Color information

#BAE061 (or 0xBAE061) is unknown color: approx Conifer. HEX triplet: BA, E0 and 61. RGB value is (186,224,97). Sum of RGB (Red+Green+Blue) = 186+224+97=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE061 is #451F9E. Grayscale: #C6C6C6. Windows color (decimal): -4530079 or 6414522. OLE color: 6414522.

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

Color convert

RGB18622497-
CMYK0.1700.570.12
HSL77.95º67.2%62.94%-
HSV(B)77.95º56.7%87.84%-
XYZ49.0664.6121.2-
YUV198.1670.91119.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 97 (38.28% from 255) = 19.13%
R=36.69%
G=44.18%
B=19.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186224970.1700.570.1277.9567.262.94
HexBAE06111039C4e433f
Octal272340141210711411610377
Binary10111010111000001100001100010111001110010011101000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE061; }

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

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

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

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

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

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

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

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