#BAE05D

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

Shades of Conifer #BAE05D

Tints of Conifer #BAE05D

Color information

#BAE05D (or 0xBAE05D) is unknown color: approx Conifer. HEX triplet: BA, E0 and 5D. RGB value is (186,224,93). Sum of RGB (Red+Green+Blue) = 186+224+93=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE05D is #451FA2. Grayscale: #C6C6C6. Windows color (decimal): -4530083 or 6152378. OLE color: 6152378.

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

Color convert

RGB18622493-
CMYK0.1700.580.12
HSL77.4º67.88%62.16%-
HSV(B)77.4º58.48%87.84%-
XYZ48.8864.5420.24-
YUV197.768.91119.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 224 (87.89% from 255) = 44.53%
BLUE value IS 93 (36.72% from 255) = 18.49%
R=36.98%
G=44.53%
B=18.49%

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
Decimal186224930.1700.580.1277.467.8862.16
HexBAE05D1103AC4d443e
Octal272340135210721411510476
Binary10111010111000001011101100010111010110010011011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE05D; }

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

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

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

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

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

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

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

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