#BAEA5D

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

Shades of Conifer #BAEA5D

Tints of Conifer #BAEA5D

Color information

#BAEA5D (or 0xBAEA5D) is unknown color: approx Conifer. HEX triplet: BA, EA and 5D. RGB value is (186,234,93). Sum of RGB (Red+Green+Blue) = 186+234+93=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA5D is #4515A2. Grayscale: #CCCCCC. Windows color (decimal): -4527523 or 6154938. OLE color: 6154938.

HSL color Cylindrical-coordinate representation of color #BAEA5D: hue angle of 80.43º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAEA5D is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB18623493-
CMYK0.2100.600.08
HSL80.43º77.05%64.12%-
HSV(B)80.43º60.26%91.76%-
XYZ51.6570.0821.16-
YUV203.5765.6115.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 234 (91.80% from 255) = 45.61%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=36.26%
G=45.61%
B=18.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal186234930.2100.600.0880.4377.0564.12
HexBAEA5D1503C8504d40
Octal2723521352507410120115100
Binary101110101110101010111011010101111001000101000010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEA5D; }

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

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

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

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

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

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

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

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