#BAEE54

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

Shades of Conifer #BAEE54

Tints of Conifer #BAEE54

Color information

#BAEE54 (or 0xBAEE54) is unknown color: approx Conifer. HEX triplet: BA, EE and 54. RGB value is (186,238,84). Sum of RGB (Red+Green+Blue) = 186+238+84=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 238 (93.36% from 255 or 46.85% from 508); Blue value is 84 (33.20% from 255 or 16.54% from 508); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE54 is #4511AB. Grayscale: #CDCDCD. Windows color (decimal): -4526508 or 5566138. OLE color: 5566138.

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

Color convert

RGB18623884-
CMYK0.2200.650.07
HSL80.26º81.91%63.14%-
HSV(B)80.26º64.71%93.33%-
XYZ52.4272.2319.57-
YUV204.959.77114.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 238 (93.36% from 255) = 46.85%
BLUE value IS 84 (33.20% from 255) = 16.54%
R=36.61%
G=46.85%
B=16.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186238840.2200.650.0780.2681.9163.14
HexBAEE5416041750523f
Octal272356124260101712012277
Binary10111010111011101010100101100100000111110100001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE54; }

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

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

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

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

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

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

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

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