#bae361

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

Shades of Conifer #BAE361

Tints of Conifer #BAE361

Color information

#BAE361 (or 0xBAE361) is unknown color: approx Conifer. HEX triplet: BA, E3 and 61. RGB value is (186,227,97). Sum of RGB (Red+Green+Blue) = 186+227+97=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 227 (89.06% from 255 or 44.51% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE361 is #451C9E. Grayscale: #C8C8C8. Windows color (decimal): -4529311 or 6415290. OLE color: 6415290.

HSL color Cylindrical-coordinate representation of color #BAE361: hue angle of 78.92º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BAE361 is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.

Color convert

RGB18622797-
CMYK0.1800.570.11
HSL78.92º69.89%63.53%-
HSV(B)78.92º57.27%89.02%-
XYZ49.8866.2421.47-
YUV199.9269.92118.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 227 (89.06% from 255) = 44.51%
BLUE value IS 97 (38.28% from 255) = 19.02%
R=36.47%
G=44.51%
B=19.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186227970.1800.570.1178.9269.8963.53
HexBAE36112039B4f4640
Octal2723431412207113117106100
Binary101110101110001111000011001001110011011100111110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bae361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bae361; }

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

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

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

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

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

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

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

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