#B6E460

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

Shades of Conifer #B6E460

Tints of Conifer #B6E460

Color information

#B6E460 (or 0xB6E460) is unknown color: approx Conifer. HEX triplet: B6, E4 and 60. RGB value is (182,228,96). Sum of RGB (Red+Green+Blue) = 182+228+96=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E460 is #491B9F. Grayscale: #C7C7C7. Windows color (decimal): -4791200 or 6350006. OLE color: 6350006.

HSL color Cylindrical-coordinate representation of color #B6E460: hue angle of 80.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B6E460 is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB18222896-
CMYK0.2000.580.11
HSL80.91º70.97%63.53%-
HSV(B)80.91º57.89%89.41%-
XYZ49.1566.2821.27-
YUV199.269.76115.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 228 (89.45% from 255) = 45.06%
BLUE value IS 96 (37.89% from 255) = 18.97%
R=35.97%
G=45.06%
B=18.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal182228960.2000.580.1180.9170.9763.53
HexB6E4601403AB514740
Octal2663441402407213121107100
Binary101101101110010011000001010001110101011101000110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E460; }

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

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

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

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

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

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

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

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