#B6F860

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

Shades of Conifer #B6F860

Tints of Conifer #B6F860

Color information

#B6F860 (or 0xB6F860) is unknown color: approx Conifer. HEX triplet: B6, F8 and 60. RGB value is (182,248,96). Sum of RGB (Red+Green+Blue) = 182+248+96=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #B6F860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6F860 is #49079F. Grayscale: #D3D3D3. Windows color (decimal): -4786080 or 6355126. OLE color: 6355126.

HSL color Cylindrical-coordinate representation of color #B6F860: hue angle of 86.05º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B6F860 is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB18224896-
CMYK0.2700.610.03
HSL86.05º91.57%67.45%-
HSV(B)86.05º61.29%97.25%-
XYZ54.9777.9223.21-
YUV210.9463.13107.36-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 96 (37.89% from 255) = 18.25%
R=34.60%
G=47.15%
B=18.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal182248960.2700.610.0386.0591.5767.45
HexB6F8601B03D3565c43
Octal266370140330753126134103
Binary1011011011111000110000011011011110111101011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F860; }

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

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

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

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

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

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

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

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