#B6F65A

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

Shades of Conifer #B6F65A

Tints of Conifer #B6F65A

Color information

#B6F65A (or 0xB6F65A) is unknown color: approx Conifer. HEX triplet: B6, F6 and 5A. RGB value is (182,246,90). Sum of RGB (Red+Green+Blue) = 182+246+90=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F65A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F65A is #4909A5. Grayscale: #D1D1D1. Windows color (decimal): -4786598 or 5961398. OLE color: 5961398.

HSL color Cylindrical-coordinate representation of color #B6F65A: hue angle of 84.62º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B6F65A is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB18224690-
CMYK0.2600.630.04
HSL84.62º89.66%65.88%-
HSV(B)84.62º63.41%96.47%-
XYZ54.0976.5921.61-
YUV209.0860.8108.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 246 (96.48% from 255) = 47.49%
BLUE value IS 90 (35.55% from 255) = 17.37%
R=35.14%
G=47.49%
B=17.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182246900.2600.630.0484.6289.6665.88
HexB6F65A1A03F4555a42
Octal266366132320774125132102
Binary10110110111101101011010110100111111100101010110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F65A; }

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

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

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

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

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

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

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

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