#BAE154

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

Shades of Conifer #BAE154

Tints of Conifer #BAE154

Color information

#BAE154 (or 0xBAE154) is unknown color: approx Conifer. HEX triplet: BA, E1 and 54. RGB value is (186,225,84). Sum of RGB (Red+Green+Blue) = 186+225+84=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 84 (33.20% from 255 or 16.97% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE154 is #451EAB. Grayscale: #C5C5C5. Windows color (decimal): -4529836 or 5562810. OLE color: 5562810.

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

Color convert

RGB18622584-
CMYK0.1700.630.12
HSL76.6º70.15%60.59%-
HSV(B)76.6º62.67%88.24%-
XYZ48.7864.9318.35-
YUV197.2664.08119.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.58%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 84 (33.20% from 255) = 16.97%
R=37.58%
G=45.45%
B=16.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186225840.1700.630.1276.670.1560.59
HexBAE1541103FC4d463d
Octal272341124210771411510675
Binary10111010111000011010100100010111111110010011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE154; }

 p { color: rgb(186,225,84); }

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

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

 a { background-color: rgb(186,225,84); }

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

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

 span { border-color: rgb(186,225,84); }

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