#BAEC61

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

Shades of Conifer #BAEC61

Tints of Conifer #BAEC61

Color information

#BAEC61 (or 0xBAEC61) is unknown color: approx Conifer. HEX triplet: BA, EC and 61. RGB value is (186,236,97). Sum of RGB (Red+Green+Blue) = 186+236+97=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC61 is #45139E. Grayscale: #CDCDCD. Windows color (decimal): -4527007 or 6417594. OLE color: 6417594.

HSL color Cylindrical-coordinate representation of color #BAEC61: hue angle of 81.58º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAEC61 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB18623697-
CMYK0.2100.590.07
HSL81.58º78.53%65.29%-
HSV(B)81.58º58.9%92.55%-
XYZ52.471.2922.31-
YUV205.266.94114.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 236 (92.58% from 255) = 45.47%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=35.84%
G=45.47%
B=18.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186236970.2100.590.0781.5878.5365.29
HexBAEC611503B7524f41
Octal272354141250737122117101
Binary10111010111011001100001101010111011111101001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC61; }

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

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

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

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

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

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

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

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