#BAEC3F

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

Shades of Conifer #BAEC3F

Tints of Conifer #BAEC3F

Color information

#BAEC3F (or 0xBAEC3F) is unknown color: approx Conifer. HEX triplet: BA, EC and 3F. RGB value is (186,236,63). Sum of RGB (Red+Green+Blue) = 186+236+63=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC3F is #4513C0. Grayscale: #C9C9C9. Windows color (decimal): -4527041 or 4189370. OLE color: 4189370.

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

Color convert

RGB18623663-
CMYK0.2100.730.07
HSL77.34º81.99%58.63%-
HSV(B)77.34º73.31%92.55%-
XYZ51.1470.7915.67-
YUV201.3349.94117.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.35%
GREEN value IS 236 (92.58% from 255) = 48.66%
BLUE value IS 63 (25% from 255) = 12.99%
R=38.35%
G=48.66%
B=12.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal186236630.2100.730.0777.3481.9958.63
HexBAEC3F1504974d523b
Octal27235477250111711512273
Binary1011101011101100111111101010100100111110011011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC3F; }

 p { color: rgb(186,236,63); }

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

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

 a { background-color: rgb(186,236,63); }

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

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

 span { border-color: rgb(186,236,63); }

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