#B6EC5A

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

Shades of Conifer #B6EC5A

Tints of Conifer #B6EC5A

Color information

#B6EC5A (or 0xB6EC5A) is unknown color: approx Conifer. HEX triplet: B6, EC and 5A. RGB value is (182,236,90). Sum of RGB (Red+Green+Blue) = 182+236+90=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6EC5A is #4913A5. Grayscale: #CBCBCB. Windows color (decimal): -4789158 or 5958838. OLE color: 5958838.

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

Color convert

RGB18223690-
CMYK0.2300.620.07
HSL82.19º79.35%63.92%-
HSV(B)82.19º61.86%92.55%-
XYZ51.1370.6720.62-
YUV203.2164.11112.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 236 (92.58% from 255) = 46.46%
BLUE value IS 90 (35.55% from 255) = 17.72%
R=35.83%
G=46.46%
B=17.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182236900.2300.620.0782.1979.3563.92
HexB6EC5A1703E7524f40
Octal266354132270767122117100
Binary10110110111011001011010101110111110111101001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EC5A; }

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

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

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

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

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

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

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

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