#B6FA60

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

Shades of Conifer #B6FA60

Tints of Conifer #B6FA60

Color information

#B6FA60 (or 0xB6FA60) is unknown color: approx Conifer. HEX triplet: B6, FA and 60. RGB value is (182,250,96). Sum of RGB (Red+Green+Blue) = 182+250+96=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6FA60 is #49059F. Grayscale: #D4D4D4. Windows color (decimal): -4785568 or 6355638. OLE color: 6355638.

HSL color Cylindrical-coordinate representation of color #B6FA60: hue angle of 86.49º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B6FA60 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB18225096-
CMYK0.2700.620.02
HSL86.49º93.9%67.84%-
HSV(B)86.49º61.6%98.04%-
XYZ55.5979.1623.42-
YUV212.1162.47106.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 96 (37.89% from 255) = 18.18%
R=34.47%
G=47.35%
B=18.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182250960.2700.620.0286.4993.967.84
HexB6FA601B03E2565e44
Octal266372140330762126136104
Binary1011011011111010110000011011011111010101011010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA60; }

 p { color: rgb(182,250,96); }

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

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

 a { background-color: rgb(182,250,96); }

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

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

 span { border-color: rgb(182,250,96); }

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