#B6F346

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

Shades of Conifer #B6F346

Tints of Conifer #B6F346

Color information

#B6F346 (or 0xB6F346) is unknown color: approx Conifer. HEX triplet: B6, F3 and 46. RGB value is (182,243,70). Sum of RGB (Red+Green+Blue) = 182+243+70=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 70 (27.73% from 255 or 14.14% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #B6F346 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6F346 is #490CB9. Grayscale: #CDCDCD. Windows color (decimal): -4787386 or 4649910. OLE color: 4649910.

HSL color Cylindrical-coordinate representation of color #B6F346: hue angle of 81.16º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B6F346 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB18224370-
CMYK0.2500.710.05
HSL81.16º87.82%61.37%-
HSV(B)81.16º71.19%95.29%-
XYZ52.4574.4917.41-
YUV205.0451.79111.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 243 (95.31% from 255) = 49.09%
BLUE value IS 70 (27.73% from 255) = 14.14%
R=36.77%
G=49.09%
B=14.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182243700.2500.710.0581.1687.8261.37
HexB6F34619047551583d
Octal266363106310107512113075
Binary10110110111100111000110110010100011110110100011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F346; }

 p { color: rgb(182,243,70); }

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

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

 a { background-color: rgb(182,243,70); }

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

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

 span { border-color: rgb(182,243,70); }

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