#B6EC49

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

Shades of Conifer #B6EC49

Tints of Conifer #B6EC49

Color information

#B6EC49 (or 0xB6EC49) is unknown color: approx Conifer. HEX triplet: B6, EC and 49. RGB value is (182,236,73). Sum of RGB (Red+Green+Blue) = 182+236+73=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EC49 is #4913B6. Grayscale: #C9C9C9. Windows color (decimal): -4789175 or 4844726. OLE color: 4844726.

HSL color Cylindrical-coordinate representation of color #B6EC49: hue angle of 79.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6EC49 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB18223673-
CMYK0.2300.690.07
HSL79.88º81.09%60.59%-
HSV(B)79.88º69.07%92.55%-
XYZ50.4970.4217.23-
YUV201.2755.61114.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 236 (92.58% from 255) = 48.07%
BLUE value IS 73 (28.91% from 255) = 14.87%
R=37.07%
G=48.07%
B=14.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182236730.2300.690.0779.8881.0960.59
HexB6EC4917045750513d
Octal266354111270105712012175
Binary10110110111011001001001101110100010111110100001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EC49; }

 p { color: rgb(182,236,73); }

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

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

 a { background-color: rgb(182,236,73); }

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

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

 span { border-color: rgb(182,236,73); }

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