#B6EC5C

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

Shades of Conifer #B6EC5C

Tints of Conifer #B6EC5C

Color information

#B6EC5C (or 0xB6EC5C) is unknown color: approx Conifer. HEX triplet: B6, EC and 5C. RGB value is (182,236,92). Sum of RGB (Red+Green+Blue) = 182+236+92=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6EC5C is #4913A3. Grayscale: #CBCBCB. Windows color (decimal): -4789156 or 6089910. OLE color: 6089910.

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

Color convert

RGB18223692-
CMYK0.2300.610.07
HSL82.5º79.12%64.31%-
HSV(B)82.5º61.02%92.55%-
XYZ51.2270.7121.07-
YUV203.4465.11112.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 236 (92.58% from 255) = 46.27%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=35.69%
G=46.27%
B=18.04%

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
Decimal182236920.2300.610.0782.579.1264.31
HexB6EC5C1703D7524f40
Octal266354134270757122117100
Binary10110110111011001011100101110111101111101001010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6EC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6EC5C; }

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

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

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

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

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

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

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

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