#B6EC5D

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

Shades of Conifer #B6EC5D

Tints of Conifer #B6EC5D

Color information

#B6EC5D (or 0xB6EC5D) is unknown color: approx Conifer. HEX triplet: B6, EC and 5D. RGB value is (182,236,93). Sum of RGB (Red+Green+Blue) = 182+236+93=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6EC5D is #4913A2. Grayscale: #CCCCCC. Windows color (decimal): -4789155 or 6155446. OLE color: 6155446.

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

Color convert

RGB18223693-
CMYK0.2300.610.07
HSL82.66º79.01%64.51%-
HSV(B)82.66º60.59%92.55%-
XYZ51.2670.7321.31-
YUV203.5565.61112.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.62%
GREEN value IS 236 (92.58% from 255) = 46.18%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=35.62%
G=46.18%
B=18.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182236930.2300.610.0782.6679.0164.51
HexB6EC5D1703D7534f41
Octal266354135270757123117101
Binary10110110111011001011101101110111101111101001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EC5D; }

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

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

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

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

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

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

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

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