#B6F660

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

Shades of Conifer #B6F660

Tints of Conifer #B6F660

Color information

#B6F660 (or 0xB6F660) is unknown color: approx Conifer. HEX triplet: B6, F6 and 60. RGB value is (182,246,96). Sum of RGB (Red+Green+Blue) = 182+246+96=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F660 is #49099F. Grayscale: #D2D2D2. Windows color (decimal): -4786592 or 6354614. OLE color: 6354614.

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

Color convert

RGB18224696-
CMYK0.2600.610.04
HSL85.6º89.29%67.06%-
HSV(B)85.6º60.98%96.47%-
XYZ54.3676.723.01-
YUV209.7663.8108.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 246 (96.48% from 255) = 46.95%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=34.73%
G=46.95%
B=18.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182246960.2600.610.0485.689.2967.06
HexB6F6601A03D4565943
Octal266366140320754126131103
Binary10110110111101101100000110100111101100101011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F660; }

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

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

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

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

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

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

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

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