#BAED45

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

Shades of Conifer #BAED45

Tints of Conifer #BAED45

Color information

#BAED45 (or 0xBAED45) is unknown color: approx Conifer. HEX triplet: BA, ED and 45. RGB value is (186,237,69). Sum of RGB (Red+Green+Blue) = 186+237+69=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 69 (27.34% from 255 or 14.02% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAED45 is #4512BA. Grayscale: #CBCBCB. Windows color (decimal): -4526779 or 4582842. OLE color: 4582842.

HSL color Cylindrical-coordinate representation of color #BAED45: hue angle of 78.21º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAED45 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB18623769-
CMYK0.2200.710.07
HSL78.21º82.35%60%-
HSV(B)78.21º70.89%92.94%-
XYZ51.6171.4416.7-
YUV202.652.6116.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 237 (92.97% from 255) = 48.17%
BLUE value IS 69 (27.34% from 255) = 14.02%
R=37.80%
G=48.17%
B=14.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186237690.2200.710.0778.2182.3560
HexBAED451604774e523c
Octal272355105260107711612274
Binary10111010111011011000101101100100011111110011101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED45; }

 p { color: rgb(186,237,69); }

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

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

 a { background-color: rgb(186,237,69); }

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

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

 span { border-color: rgb(186,237,69); }

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