#BAEE58

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

Shades of Conifer #BAEE58

Tints of Conifer #BAEE58

Color information

#BAEE58 (or 0xBAEE58) is unknown color: approx Conifer. HEX triplet: BA, EE and 58. RGB value is (186,238,88). Sum of RGB (Red+Green+Blue) = 186+238+88=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE58 is #4511A7. Grayscale: #CDCDCD. Windows color (decimal): -4526504 or 5828282. OLE color: 5828282.

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

Color convert

RGB18623888-
CMYK0.2200.630.07
HSL80.8º81.52%63.92%-
HSV(B)80.8º63.03%93.33%-
XYZ52.5972.2920.41-
YUV205.3561.77114.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 238 (93.36% from 255) = 46.48%
BLUE value IS 88 (34.77% from 255) = 17.19%
R=36.33%
G=46.48%
B=17.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186238880.2200.630.0780.881.5263.92
HexBAEE581603F7515240
Octal272356130260777121122100
Binary10111010111011101011000101100111111111101000110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE58; }

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

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

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

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

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

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

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

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