#B6F061

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

Shades of Conifer #B6F061

Tints of Conifer #B6F061

Color information

#B6F061 (or 0xB6F061) is unknown color: approx Conifer. HEX triplet: B6, F0 and 61. RGB value is (182,240,97). Sum of RGB (Red+Green+Blue) = 182+240+97=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #B6F061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F061 is #490F9E. Grayscale: #CECECE. Windows color (decimal): -4788127 or 6418614. OLE color: 6418614.

HSL color Cylindrical-coordinate representation of color #B6F061: hue angle of 84.34º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6F061 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB18224097-
CMYK0.2400.600.06
HSL84.34º82.66%66.08%-
HSV(B)84.34º59.58%94.12%-
XYZ52.6173.1322.65-
YUV206.3666.28110.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 240 (94.14% from 255) = 46.24%
BLUE value IS 97 (38.28% from 255) = 18.69%
R=35.07%
G=46.24%
B=18.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182240970.2400.600.0684.3482.6666.08
HexB6F0611803C6545342
Octal266360141300746124123102
Binary10110110111100001100001110000111100110101010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F061; }

 p { color: rgb(182,240,97); }

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

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

 a { background-color: rgb(182,240,97); }

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

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

 span { border-color: rgb(182,240,97); }

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